body {
    text-align: center;
    background: #016f32;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    font-weight: bold;
}

h1 {
    color: goldenrod;
}

#message-el {
    font-style: italic;
}

button {
    color: #016f32;
    width: 160px;
    background: goldenrod;
    padding: 4px;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    margin: 4px;
}