@import "import";

.quizSection {
  position: relative;
  width: 100%;
  height: 100%;
}

.label {
  font-family: "Libre Caslon Condensed";
  font-size: 46px;
  font-style: italic;
  font-weight: 500;
  line-height: 96%; /* 44.16px */
  letter-spacing: -1.38px;

  color: var(--White, #fff);
  text-align: center;

  max-width: 364px;
}

.input {
  font-family: "Roobert PRO";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 28.6px */
  letter-spacing: -0.26px;
  color: white;
  opacity: 0.5;
}
