body {
    background-color: green;
    color: yellow;
    font-family: Ariel, sans-serif;
    text-align: center;
    margin-top: 100px;
}

a { color: yellow; }

input, button {
    padding: 10px;
    font-size: 16px;
}