
body{
    background-color: #1D1D1D;
    color: #E5D9BA;
    height: 100vh;
    font-family: 'FreeMono';
}
.container-fluid{
    height: 100%;
    width: 100%;
}

.rounded_60{
    border-radius: 60px !important;
}

.card-bg{
    background-color: #E5D9BA;
    color: #1D1D1D;
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 2.5em !important;
    height: 570px;
}

.quiz_question{
    height: 470px;
}

.result_card{
    height: 470px;
}

.quiz-button{
    padding-top: 80px;
    color: #1D1D1D;
    font-size: 29px;
    font-family: 'GNUTypewriter';
}

.quiz-button .btn-link:hover{
    color: #1D1D1D;

}

.step-numbers{
    font-size: 27px;
    font-family: 'GNUTypewriter';
}

.title_q{
    font-size: 26px;
    font-family: 'GNUTypewriter';
line-height: 1.5rem !important;
}

.quiz-text{
    font-size: 40px;
    letter-spacing: -0.08em;
}

.quiz_footer{
    padding-top:  5rem !important;
}

.q_header{
    font-size: 40px;
    font-family: 'GNUTypewriter';
    text-transform: uppercase;
}

.start-text{
    font-size: 30px;
    letter-spacing: -0.08em;
    height: 250px;
}

.result_img{
    width: 400px;
}



.quiz-button-download{
    font-family: 'GNUTypewriter';
    --bs-btn-font-weight: 200;

    --bs-btn-bg:#1D1D1D  !important;
    --bs-btn-color: #E5D9BA  !important;
    --bs-btn-hover-color: #E5D9BA  !important;
    --bs-btn-hover-bg: #1D1D1D  !important;

    font-size: 25px;
    text-decoration: underline;
    border-radius: 20px !important;
    margin-top: 40px;
}
.quiz-button-start{
    font-family: 'GNUTypewriter';
    --bs-btn-font-weight: 400;

    --bs-btn-bg:#E5D9BA  !important;
    --bs-btn-color: #1D1D1D  !important;
    --bs-btn-hover-color: #1D1D1D  !important;
    --bs-btn-hover-bg: #E5D9BA  !important;

    padding: 10px 40px 10px 40px;
    font-size: 35px;
    text-decoration: none;
    border-radius: 20px !important;
    margin-top: 80px;
}

.q_logos{
    display: none !important;
}

.q-btns{
    justify-content: center !important;
}


.result_desc{
    font-size: 20px !important;
    padding-top: 20px !important;
    line-height: 1.2em !important;

}
@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    .result_img{
        width: 600px;
    }
}

@media (max-width: 991.98px) {

    .quiz-button-download{
        font-family: 'GNUTypewriter';
        font-size: 55px;
        margin-top: 70px;
    }

    .result_desc{
        font-size: 40px !important;
        padding-top: 40px !important;

    }
    .q_logos{
        display: flex !important;
        font-size: 60px;
    }

    .title_q{
        margin-bottom: 80px;
        line-height: 1.5em !important;
    }

    .q_logo{
        margin-top:100px;
    }
    .q_footer{
        display: none !important;
    }
    .q-btns{
        justify-content:space-evenly !important;
    }
    .start-text{
        font-size: 50px;
        letter-spacing: -0.08em;
        height: 250px;
        margin-top: 120px;
    }

    .card-bg{
        min-height: 1070px !important;
        line-height: 4em !important;
    }

    .result_img{
        width: 800px;
    }
    .quiz-text{
        font-size: 60px;
    }


    .q_header{
        font-size: 60px;
    }

   .start_quiz, .quiz-button{
        font-size: 50px;
    }

    .step-numbers{
        font-size: 50px;
    }


    .quiz-button-start{

        font-size: 60px;
margin-top: 150px;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}
