body {
  font-family: Arial, sans-serif;
  background: #111;
  color: white;
  text-align: center;
  margin: 0;
  padding: 40px;
}

h1 {
  margin-bottom: 30px;
}

#game-list button {
  background: #222;
  color: white;
  border: 2px solid #444;
  padding: 15px 25px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
}

#game-list button:hover {
  background: #333;
}
