body {

  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  margin: 0;
  padding: 10px;

  background-color: #f5f0e5; 
  color: #5d4a3c; 

  user-select: none;
  -webkit-user-select: none; 
}

h1 {
  color: #a0522d; 
  font-size: 1.8em;
  margin: 10px 0;

  text-shadow: 1px 1px 2px rgba(0,0,0,0.1); 
}

#turn {
  font-weight: bold;
  color: #5d4a3c; 
  margin-bottom: 15px; 
  font-size: 1.1em;
  line-height: 1.5; 
}



#turn span[style*="color: red"] {
  color: #c0392b !important; 
  font-weight: bold;
}

#turn span[style*="color: black"] {
  color: #34495e !important; 
  font-weight: bold;
}



canvas {
  background: #fdf5dc; 
  
  
  border: 8px solid #8B4513; 
  
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
  

  border-radius: 4px; 
  
 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}


@media (min-width: 480px) {
  body {
    padding: 20px;
  }

  h1 {
    font-size: 2.2em; 
  }

  #turn {
    font-size: 1.25em; 
  }
}
