body {
  background: #1e1e2f;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

#controls, #question, #answer-section, #results {
  margin: 20px;
}

#question {
  font-size: 24px;
  white-space: pre-wrap;
  min-height: 150px;
  background: #2d2d44;
  padding: 20px;
  border-radius: 10px;
}

#answer {
  font-size: 22px;
  padding: 10px;
  width: 60%;
  text-align: center;
}

#timer {
  font-size: 36px;
  margin-top: 10px;
}

#scores {
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #2d2d44;
  padding: 15px;
  border-radius: 10px;
}

#question {
  white-space: pre-wrap;
  font-family: monospace;
  margin-top: 20px;
  text-align: left; /* ensures text starts from left */
}
