body,
html {
  margin: 0;
  padding: 0;
}
.quizz .question .answers label {
  display: block;
}
.quizz.steps .questions .question {
  display: none;
}
.quizz.steps .questions .question:first-child {
  display: block;
}
.quizz.steps .last {
  display: none;
}
.quizz .thx {
  display: none;
}
/*# sourceMappingURL=main.css.map */