body {
  background-color: black;
  color: white;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  padding: 40px;
}

.hidden {
  display: none;
}

button {
  padding: 10px 20px;
  background-color: #4CAF50;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.sentence {
  font-style: italic;
  font-size: 18px;
  margin: 20px 0;
}

input[type="text"] {
  width: 70%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #333;
  color: white;
}

.subtext {
  color: #888;
  font-style: italic;
}
