/* Radio buttons for exams */
.container input {
  cursor: pointer;
}

/* Create a custom radio button size*/
.checkmark {
  height: 25px;
  width: 25px;
}