body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
  
    background-size: cover;
    font-weight: bold;
    color: white;
    text-align: center;
}
.board{
    background-image: url("./images/table.png");
    max-width:  500px;
    margin: 50 auto;
    height:700px;
    border-radius: 20px;
    
}


h1 {
    color: goldenrod;
   padding: 30px;

}

#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;
   cursor: pointer;
}
#player-el{
    font-size: 30px;
}
#message-el{
    font-size: 50px;
    text-shadow: 2px 2px red;
}
img{
    margin: 0px;
    padding: 0px;
}