body {
    background-color: rgb(34, 34, 153);
    background-image: url('../../images/MONTANHAS.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.center-20 {
    display: block;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    width: auto ;
  }

.high {
    color: white;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}


.center-100 {
    margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }

  .center-60 {
    margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60%;
    width: 65%;
  }

  @media screen and (max-width: 992px) {
    .center-60 {
        margin-top: 20%;
    }
  }

  @media screen and (max-width: 600px) {
    .center-60 {
        margin-top: 30%;
    }
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }

  .v-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .montains {
    position:absolute;
    width:100%;
    height:100%;
    
    bottom:0px;
    right:25%;
    left:50%;
    margin-left:-50%;
    z-index: -1;


}

.score {
    text-align: center;
    align-content: center;
    align-items: center;
    position:absolute;
    width:100%;
    height:400px;
    top:8%;
    z-index: 1000;
    font-weight: bolder;
}

.score h1 {
    font-size: 5em;
}

.score p {
    font-size: 1.5em;
}

#acertos {
    color: green;
}

#erros {
    color: rgb(124, 0, 0);
}

.contagem {
    text-align: center;
    align-content: center;
    align-items: center;
    position:absolute;
    width:100%;
    height:400px;
    top:25%;
    bottom:55%;
    right:40%;
    left:50%;
    margin-left:-50%;
    z-index: 1000;
}

.contagem h1 {
    font-size: 202px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: aliceblue;
    text-shadow: 0 0 20px #000000, 0 0 20px #000000;
}


.scorec h1 {
    font-size: 140px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:rgb(34, 34, 153);
    text-shadow: 0 0 20px #000000, 0 0 20px #000000;
}

.titulo {
    color:rgb(34, 34, 153);
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
    
}

#answer {
    opacity: 0%;
}


.congrats {
    text-align: center;
    align-content: center;
    align-items: center;
    position:absolute;
    width:100%;
    height:400px;
    top:46%;
    bottom:55%;
    right:40%;
    left:50%;
    margin-left:-50%;
    z-index: 1000;
}

#scorec {
    color:rgb(34, 34, 153);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 3em;
} 