.questionCont {
  overflow: hidden;
  height: 350px;
  display: none;
  animation: quizHeads 0.5s;
}

.questionSpan {
  text-align: center;
  min-width: 200px;
  text-decoration: none;
  color: var(--bs-body-bg);
  font-size: 15px;
  padding: 10px;
  background: var(--bs-gray-600);
  border-radius: 10px;
  margin-bottom: 6px;
}

#question-one {
  overflow: hidden;
  height: 350px;
}

.answerCont {
  min-height: 350px;
  z-index: 10;
  display: none;
  animation: quizHeads 1.5s forwards;
}

