/*elements & attributes areas*/
body {
  background-color: #855B32;
}

p{
	color: #EBB471;
}

a {
	color: #2EA9DF;
}

h1,h2,h3 {
	color: #FFFFFB;
}

figure {
	border: 2px solid;
	border-color: #6699A1;
	border-radius: 6px;
	padding: 0.2em;
	text-align: center;
}

figcaption {
	font-family: Courier New;
	color: #FFB11B;
}

table {
	border: solid;
	border-collapse: collapse;
	text-align: center;

}

th, td {
  padding: 15px;
  text-align: left;
  border: solid 2px;
}

/*class aresa*/
.author {
	border-left: 6px solid #622954;
  	background-color: #3F2B36;
}

.icon {
	height: 20px;
	width: 20px;
}

.img1 {
	border-radius: 5px;
	max-width: 100%;
}

.img2 {
	border-radius: 5px;
	max-width: 20%;

}
