body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 720px;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 5px;
}

.subtitle {
  text-align: center;
  color: #94a3b8;
  margin-bottom: 30px;
}

#story {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

button {
  width: 100%;
  margin: 8px 0;
  padding: 14px;
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background: #1d4ed8;
}

#restart {
  margin-top: 25px;
  background: #334155;
}
