/*estilo.CSS ################################# */
body{
background: rgb(70, 145, 100);

}

header{
text-align: center;
}
section{
background: white;
border-radius: 10px;/*arredonda as bordas*/
padding: 15px;/*aumenta as margens*/
width: 500px;
margin: auto;/*centrar caixa branca*/
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.705);
}
footer{
color: white;
text-align: center;
font-style: italic;
}
/*estilo.CSS ################################# */