body{
    background: blue;
    font: normal 15pt Arial;
    /*text-align: center;*/
}

header{
    color: white;
    text-align: center;
}

section{
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 3px 3px 10px black;

}

footer{
    color: white;
    text-align: center;
    font-style: italic;

}

div{
    text-align: center;
    padding: 6px;
}
