body{
  background-image: url('https://wallpapersok.com/images/high/thrilling-adventure-with-green-snake-game-character-bqvxt2p5oibadgqn.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150vh;
  width: auto;
}

h1 {
  font-size: 3em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px #000;
}

canvas {
  border: 5px solid #37f707;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px #000;
}

.controls {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
}

label {
  font-size: 1.2em;
  margin-right: 10px;
}

input[type="number"] {
  width: 80px;
  padding: 5px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
}

input[type="range"] {
  width: 100px;
  margin-left: 1 }


  .mobile-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .mobile-buttons button {
    width: 60px;
    height: 60px;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    background-color: #129feb;
    color: #fff;
  }
  
  .mobile-buttons div {
    display: flex;
    gap: 10px;
  }