body{
    background-color: rgba(51, 94, 159, 0.584);
    font: normal 15pt Arial;

}

header{
    color: rgba(0, 0, 0, 0.74);
    text-align: center;
}

section{
    background: rgba(250, 235, 215, 0.635);
    border-radius: 10px;
    width: 500px;
    padding: 8px;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.377)
}
div{
    text-align: center;
    
}
footer{
    color: rgba(0, 0, 0 0.443);
    text-align: center;
    font-style: italic;
}