body {
    /*background: rgb(70,142,236);*/
    font: normal 15pt Arial;
}

header {
    color: whitesmoke;
    text-align: center;
    text-shadow: 2px 2px black;
}

section {
    background: whitesmoke;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.349);
}

div {
    padding: 8px;
    text-align: center;
}

section #msg {
    font: bold 15pt Arial;
}

footer {
    color: whitesmoke;
    text-align: center;
    font-style: italic;
    text-shadow: 2px 2px black;
}