body,
#app,
#main-container {
  margin: 0 auto;
  overflow: hidden;
  font-family: Arial Black, Helvetica, sans-serif;
}

#app,
#main-container,
.telas-perguntas {
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: rgb(2, 27, 96);
}

.bg-quiz,
.telas-perguntas>img {
  margin: 50px 50px;
  width: 990px;
  position: absolute;
  z-index: 1;
}

#main-container>div,
#main-container>a,
#main-container>button,
#main-container>p {
  position: absolute;
  z-index: 2;
}

.btn-start {
  width: 350px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 200px;
  margin: 0 auto;
  color: #fff;
}

a:link,
a:visited {
  border-radius: 17px;
  background-color: orange;
  margin-left: 365px;
  color: white;
  padding: 25px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3em;
}

a:hover,
a:active {
  background-color: orange;
}

#video-abertura {
  width: 1120px;
  height: 900px;
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0;
  margin: 0;
  top: 600px;
}

.telas-perguntas {
  display: flex;
}

.btn-start {
  width: 350px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 200px;
  margin: 0 auto;
  color: #fff;
}

.quiz-container {
  background-color: #d6101f;
  padding: 100px;
  border-radius: 98px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  width: 1650px;
  margin-top: 100px;
}

.tela-cadastro {
  width: 900px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 400px;
}

.tela-cadastro>h1 {
  margin-top: 300px;
  font-size: 5rem;
  color: #FFF;
  font-family: co-headline, sans-serif;
}

.form-row>label {
  text-align: left;
  font-size: 3rem;
  color: #FFF;
  font-family: co-headline, sans-serif;
}

.form-row>input {
  width: 100%;
  height: 90px;
  background-color: #FFF;
  border: none;
  border-radius: 10px;
  font-size: 3rem;
  color: #000;
  font-family: co-headline, sans-serif;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.form-row {
  margin-bottom: 3rem;
}

.form-row>label {
  text-align: left;
  font-size: 3rem;
  color: #FFF;
  font-family: co-headline, sans-serif;
}

.btn-cadastrar {
  font-family: Arial Black, Helvetica, sans-serif;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 400px;
  height: 120px;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  font-size: 2.5rem;
  border-radius: 1rem;
  outline: transparent;
  margin-top: 5rem;
  text-transform: uppercase;
  border: 1px solid #FFF;
  background-color: transparent;

}

.btn-cadastrar:disabled {
  color: #ddd;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, .2);
}

#message {
  font-size: 2rem;
  color: #FFF;
  font-family: co-headline, sans-serif;
}

.tela-final {
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  z-index: 2;
  position: absolute;

}

.acertos {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 12rem;
  top: 780px;
  color: #f5ba7a;
  z-index: 2;
  font-family: co-headline, sans-serif;
}

.btn-voltar {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2;
  padding: 1rem;
  border-radius: 100px;
  border: 1px solid #FFF;
}

.question-container {
  text-align: center;
  margin-bottom: 40px;
}

.result-container {
  text-align: center;
  display: none;
  margin-top: 900px;
}

.option {

  margin: 20px auto;
  padding: 30px 30px;
  font-size: 40px;
  font-family: Arial Black, Helvetica, sans-serif;
  border: 10px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  background-color: rgb(2, 27, 96);
  width: 80%;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  letter-spacing: 1px;
  color: #ffffff;
}

.correct {
  border: 10px solid #1eff00;
  /* Verde para opção correta */
  color: white;
}

.incorrect {
  border: 10px solid #ff0000;
  /* Vermelho para opção incorreta */
  color: white;
}

#result-button {
  font-family: Arial Black, Helvetica, sans-serif;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 60px;
  padding: 15px 30px;
  cursor: pointer;
  width: 569px;
  height: 240px;
  font-size: 94px;
  margin-top: 200px;
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 100px;
}

.logo {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pergunta {
  margin-top: 550px;
  font-size: 3em;
  font-family: co-headline, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
}

.resultado {
  font-size: 80px;
  color: white;
}

#explanation {
  width: 90%;
  height: 200px;
  margin: 0 auto;
  font-size: 2em;
  color: #FFF;
  display: none;
}