* {
  padding: 0;
  margin: 0%;
  box-sizing: border-box;
}
.lastQuestion,
.nextQuestion,
.submitQuiz {
  transition: 0.2s;
}
.lastQuestion:hover {
  background-color: rgb(156, 38, 50) !important;
}
.nextQuestion:hover {
  background-color: rgb(22, 72, 147) !important;
}
.submitQuiz:hover {
  background-color: rgb(8, 75, 44) !important;
}
.smallMain {
  position: relative;
}
.timer {
  position: absolute;
  top: 2em;
  right: 2em;
}
