body {
background: rgb(103, 164, 221);
font:normal 15pt Arial ;
}
header {
color: white;
text-align: center;
}

section {
background: white;
border-radius:  10px;
padding: 15px;
width: 500px;
margin: auto ;
box-shadow: 9px 9px 10px rgb(44, 40, 40);
}

div{
    text-align: center;
    padding: 8px;
}
footer {
    color: white;
 text-align: center;
 font-style: italic ;
}
