body{
background: rgb(83, 134, 139);
font: normal 15pt arial;
}
header{
    color:white;
    text-align: center;

}
section{
background-color: white;
border-radius: 10px;
padding: 15px;
width: 500px;
margin:auto;
box-shadow: 5px 5px 10px rgba(0,0,0.363);
}
footer{
    color:white;
    text-align: center;

}

#dados{
    text-align: center;
}


