.qna-lg {
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  background-color: transparent;
  width: 90%;
  height: 80%;
}

.qna-lg .qna-content {
  width: 100%;
}

.qna-lg .option {
  opacity: 1;
}
.qna-lg .options-container {
  flex-direction: row;
  justify-content: space-around;
  column-gap: 5%;
}

.qna-lg .optimg {
  width: 47%;
  height: 80%;
  border-radius: 1em;
  object-fit: contain;
  --opt-border-color: #44ae17;
}

.correct-incorrect__img {
  height: 10%;
  bottom: 5%;
}

div.headerblock {
  height: 12%;
  background-color: transparent;
  top: -12.5%;
  width: 55%;
  font-size: 2.5vmin;
  text-align: left;
}

.scoreboard {
  background-color: #44ae17ff;
}
.congratulationtext {
  transform: unset;
}

.activity_container {
  position: relative;
}
@media screen and (min-aspect-ratio: 4/3) {
  div.headerblock {
    font-size: 3.5vh;
  }
}
