body
{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6,p
{
	font-weight:900;
	color:#031333;
}
#container
{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

img
{
width:590px;
height:auto;

}
.legenda
{
	width:620px;
}
.scroll-content
{
	width:620px;
	height:400px;
	overflow-x:hidden;
	overflow-y:scroll;
}	