.quiz-question {
  font-size: 45px;
  color: #0068b4;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  word-wrap: break-word;
}

#quiz-question-container {
  margin-bottom: 2rem;
}

.hidden {
  display: none;
}

#seeAnswerBtn {
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  border-color: #0068B4;
  color: #0068B4;
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 30px;
  font-weight: 700 !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  padding: .3em 1em !important;
  transition: all 300ms ease 0ms;
  margin-bottom: 1rem;
}

#seeAnswerBtn:hover {
  color: #ffffff;
  background-color: #0068B4;
}

#answer {
  font-size: 1.5rem;
  color: #0068B4;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 2rem;
}

.instructions {
  text-align: center;
}

.quiz {
  padding: 2rem;
}

.lettres {
  color: #0068B4;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: .3rem;
  text-shadow: 1px 1px 1px #002d4d;
}

.noscript-correct:hover {
  cursor: crosshair;
  color: green;
}

.noscript-incorrect:hover {
  cursor: not-allowed;
  color: red;
}

.noscript-correct:hover .mixed {
  color: black;
}

.noscript-incorrect:hover .mixed {
  color: black;
}

.noscript-answer {
  font-size: larger;
  text-align: center;
}

.lettreslist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none !important;
}

.noscript-question {
  text-align: center;

}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .quiz-question {
    font-size: 30px;
    
  }
}