body{
	margin: 0;
	padding: 0;
	background-color: #FFDD21;
	font-family: Tahoma, sans-serif;
	width: 100%;
	height: 100%;
}

h2{
	
	color: #C1393D;
}
h3{
	
	color: #C1393D;
}


#legenda{
	
	font-size: 15px;
	text-align: center;
	color: Black;
}

.container {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

}.container img{	width: 70%;	height: 100vh;	margin:0 auto;}

.box {
	width: 300px;
	height: 300px;
	background-color: black;
}



