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;
}

h1 {
    color: goldenrod;
}

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

button {
    color: #016f32;
    width: 150px;
    background: goldenrod;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.blackjack-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.player-container {
    margin: 100px 0;
}

@media (max-width: 1000px) {
    h2, p, button {
        font-size: 2em;
    }

    h1 {
        font-size: 4em;
    }
}
