

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;
    
}
.container{
    /* display: flex; */
    inset-inline:block;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
}


.heading{
    font-size: 12vw;
    color: goldenrod;
    
}

#message-el {
    font-style: italic;
    font-size: 3vw;
}
#cards-el{
    font-size: 2vw;
}
#sum-el{
    font-size: 2vw;

}

button {
    color: #016f32;
    width: 30vw;
    height: 7vh;
    background: goldenrod;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border: none;
    font-size: 2vw;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}

#player-el{
    font-size: 2vw;
    font-weight: bold;
}