@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');

.test {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.quiz-container {
  background-color: #c39ad6;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(100, 100, 100, 0.1);
  width: 1000px;
  overflow: hidden;
  font-size: 1.1rem;
}

.quiz-header {
  padding: 3rem;
  font-size: 1.1rem; 
}

h2 {
  padding: 1rem;
  text-align: center;
  margin: 0;
  font-size: 1.1rem;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  font-size: 0.8rem;
  margin: 1rem 0;
}

ul li label {
  cursor: pointer;
}


