.intro-text {
  width: 90%;
  max-width: 800px;
  margin: 1rem auto 2rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.question-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  text-align: center;
  color: #fff;
}

.question-container h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.buttons {
  display: flex;
  gap: 2rem;
}

.btn {
  padding: 0.8rem 2rem;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.btn:hover {
  background: #fff;
  color: #ff8c00;
}

footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.back-link {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.back-link:hover {
  text-decoration: underline;
}
