 @charset "UTF-8";
 
 h5{
	 text-align: center;
	 font-family: 'Copperplate', 'Papyrus', fantasy;
	 text-shadow:0px 0px 5px #fff;
	 font-size: 16px;
 }
 
 div.corpo{
	 border: 1px solid black;
	 
 }
 
 h3{
	font-family: Apple Chancery, cursive;
	text-align: center;
 }
 
 h1{
	font-family: Consolas, 'Lucida Console', monospace;
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
	margin-top: -50px;
	 }
 
body {
  background: radial-gradient(circle, #51F6FF, #FBC3FC);
}

img.logo {
	display: flex;
	margin: 0 auto;
	margin-top: -90px;
}

div.corpo {
margin-top: 40px;
border: 3px solid black;
border-radius: 30px;
padding: 10px;
width: 90%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
background-color: rgba(0,0,0,0.02);
padding-bottom: 20px;
min-height: 600px;	
}