body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(to right, #1f1c2c, #928dab);
  color: #fff;
  text-align: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  box-shadow: 0 0 10px #0005;
}

h1 {
  margin-bottom: 20px;
  font-size: 24px;
}

.qbox {
  margin-top: 10px;
}

.qtext {
  font-size: 18px;
  margin-bottom: 15px;
}

.options button {
  background: #ffffff20;
  border: none;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 12px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

.options button:hover {
  background: #ffffff40;
}

.result-box {
  padding: 10px;
}
