body {
	margin-left: 25%;
	margin-right: 10%;
	color: white;
	background: #2B2A29;
}
/* #foto{ 
	display:flex;
	justify-content:center; */
	
}

 .box img { 
	 border-radius: 15px; 
}
:link {
	color: blanchedalmond;
	text-decoration: none;
}

/* for unvisited links */
:visited {
	color: papayawhip;
	text-decoration: none;
}

/* for visited links */
:active {
	color: sandybrown;
	text-decoration: none;
}

/* when link is clicked */
:hover {
	color: saddlebrown;
	text-decoration: none;
}

/* when mouse is over link */


H1 {
	font-size: 2em;
	margin: .67em 0;
	color: darkkhaki
}

H3 {
	font-size: 1.4em;
	margin: .50em 0;
	color: white
}


nota {
	font-size: 0.90em;
	color: transparent;
	text-transform: uppercase
}

nota:hover {
	font-size: 1.50em;
	color: blue
}