body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #111;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}

.header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.quote {
  font-size: 1rem;
  font-style: italic;
  color: #ccc;
  margin-bottom: 20px;
}

.game canvas {
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 6px;
  display: block;
  margin: 0 auto 10px;
}

.game p {
  margin: 5px 0;
}
