.quizNumForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.quizNumForm .form-check {
  margin: 0 10px;
  font-size: 1.2em;
}
.quizNumForm .form-check .form-check-input,
.quizNumForm .form-check label {
  cursor: pointer;
}

.questionHead {
  width: 100%;
  font-size: 1em;
  padding: 4px 8px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #003d98;
  display: flex;
  justify-content: space-between;
  align-items: center;
}