.quizForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    text-align: center;
    margin-bottom: 10px;
    color: rgb(0, 0, 114);
}

h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 35px;
    color: rgb(0, 0, 150);
}

div.perguntaQuiz {
    flex-direction: column;
    margin-bottom: 40px;
}

div.perguntaQuiz p {
    color: rgb(125, 123, 0);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

div.perguntaQuiz label {
    color: rgb(0, 0, 216);
    font-size: 22px;
    font-weight: 600;
}

.botaoEnviar {
  display: block;
  background-color: rgb(0, 159, 0);
  font-size: 20px;
  width: 150px;
  height: auto;
  margin: 20px auto;
}
