/* ===== GAME PAGE STYLES ===== */
body {
  background: #111;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
}

#game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#score {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2a7f2a;
}

canvas {
  background: #000;
  border: 4px solid #2a7f2a;
}

.controls {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}
