#user_form fieldset:not(:first-of-type) {
    display: none;
}


.quizAns{
    background-color: #2F0273;
    color: white;
    font-weight: 800;
    font-size: 18px;
    width: 100%
}

.quizAns:hover{
    color: #ffffff;
}

.selectquizAns{
    background-color: #4460ec;
    color: white;
    font-weight: 800;
    font-size: 18px;
}
.timerContainer{
    display: flex;
    justify-content: center;
}
#timer{
    font-size: 50px;
}

.quizTitle{
    font-size: 40px;
}

.answeTxt{
    font-size: 30px;
    width: 100%;
    text-align: left;
}

.progress-bar{
    font-size: 25px;
}

.nextBtn{
    background: linear-gradient(81deg, #8E2DE2 0%, #4A00E0 62%);

    color: white;
    font-size: 35px;
    font-weight: 600;
}

.congratz{
    font-size: 40px;
    width: 25vw;
}

.submitBtn{
    color: white;
    font-size: 35px;
    font-weight: 600;
}

.slogan{
    font-size: 80px;
    font-weight: 800;
}

.markTxt{
    font-weight: 900;
}
