body {
  background-color: #1e1e2f;
  color: #ffffff;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

h1 {
  color: #00ffff;
  font-size: 3em;
  margin-bottom: 30px;
}

.game {
  margin-bottom: 40px;
}

.game h2 {
  font-size: 2em;
  color: #ffcc00;
  margin-bottom: 10px;
}

.game img {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}