body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
    background-image: url("images/table.png");
    background-size: cover;
    font-weight: bold;
    color: white;
    text-align: center;
    max-width: 300px;
    margin: 2rem auto 0 auto;
}

#player {
    outline: .2rem solid goldenrod;
    border-radius: .5rem;
    padding: .5rem 0 2rem;
}

#controls {
    margin-top: 2rem;
}

h1, h2 {
    color: goldenrod;
}

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

button {
    color: #016f32;
    width: 10rem;
    background: goldenrod;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 700;
    border: none;
    border-radius: .5rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

button:hover {
    color: darkgreen;
    background: darkgoldenrod;
    outline: 1px solid palegoldenrod;
}