body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: white;
    background-image: url("img/table.png");
    background-size: cover; 
}

h1{
    margin-bottom: 10px;
    color: goldenrod;
}

#message-el{
    margin-bottom: 10px;
    font-style: italic;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: x-large;
}

#sum-el{
    margin-top: 3px;
}

.start-game-btn,
.new-card-btn{
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 200px;
  color: #016f32;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  background-color: goldenrod ;

}