body {
    background: rgba(10, 11, 62);
    font: normal 10pt Arial;
}

header{
    color: white;
    text-align: center;
}

section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.356);
}

footer{
    color: white;
    text-align: center;
    font-style: italic;
}