body {
    background: rgba(0, 101, 233, 0.815);
    font: normal 15pt Arial;
}

header {
    color: white;
    text-align: center;
}

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

footer {
    color: white;
    text-align: center;
    font-style: italic;
}

select {
    width: 150px;
}

input[type=submit] {
    background-image: linear-gradient(to bottom, blue, black);
    background-attachment: scroll;
    color: blanchedalmond;
}