body {
    color: #fff;
}

.container {
    color: aliceblue;
}

.choice-container {
    display: flex;
    margin-bottom: 0.8rem;
    width: 100%;
    border-radius: 20px;
    color: #222222;
    background: #dec463;
    font-size: 3rem;
    /*min-width: 80rem;*/
    border-color: #222222;
    border-style: solid;
    border-width: 2px;
}

.choice-container:hover {
    cursor: pointer;
    box-shadow: 0 0.4rem 1.4rem 0 #222222;
    transform: scale(1.02);
    transform: transform 100ms;
}

.choice-prefix {
    padding: 2rem 1rem;
    color: #dec463;
    font-weight: bold;
    font-size: 15px;
}

.choice-prefix-active {
    padding: 2rem 1rem;
    color: #222222;
    font-weight: bold;
    font-size: 15px;
}

.choice-text {
    margin:auto;
    padding: 1rem;
    width: 100%;
}

/*.correct {
    background: #dec463;
}

.incorrect {
    background: #dec463;
}*/

.selected{
    background: #222222;
    color:#dec463;
}

/* Heads up Display */
#hud {
    display: flex;
    justify-content: space-between;
}

#question {
    margin-top: 10px;
    color: #222222;
    text-align: center;
    margin-bottom: 2rem;
}

.hud-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.hud-prefix {
    text-align: center;
    font-size: 2rem;
}

.hud-main-text {
    text-align: center;
}


/*É aqui que altero para a página ficar direito*/
#progressBar {
    min-width: 30rem;
    height: 2rem;
    border: 0.2rem solid #222222;
    margin-top: 0.5rem;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    margin:auto;
}

#progressBarFull {
    height: 100%;
    background: #222222;
    border-color: #222222;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    width: 0%;
}

#progressText {
    font-family: 'Noto Bold';
    color: #222222;
    text-align: right;
}

.selectFont{
    background-color:#222222;
    margin:2px;
    border-radius: 400px;
    margin-left: 2px;
    height: max-content;
}

.selectFontActive{
    background-color:#dec463;
    margin:2px;
    border-radius: 400px;
    margin-left: 2px;
    height: max-content;
}

.img_botao{
    width: 65px;
    margin-top: 10px;
}

#nextprevious{
    width: 50px;
    background-color: #dec463;
    margin-top:0px;
    margin-left:50px;
    margin-right:50px;
}

@media only screen and (max-width: 1000px) {
    #question{
        font-size: 25px;
    }
  }
