body {
    background-color: #222222;
    font-family: terminal, monospace;
    font-weight: bold;
    color: #888888;
    text-shadow: 2px 2px 2px #555555;
    text-align: center;
}

#headline {
    font-size: 1.7em;
    text-align: center;
}

#startButton {
    background-color: #368345;
    padding: 5px 15px 5px;
    margin: 3px;
    font-weight: bold;
    font-size: large;
    color: #222222;
    border-color: #555555;
    border-radius: 5px;
    border-width: 3px;
}
#startButton:hover {
    border-color: #84afff;
}

#PaintBox {
    background-image: linear-gradient(0deg, #F5DEB3 5%, #6495ED 50%);
    border-radius: 8px;
}

footer {
    margin-top: .5rem;
    font-weight: normal;
    font-size: smaller;
}