.primary-btn {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #0974E5;
    border-radius: 0;
    color: #ffffFF;
    font-family: 'Tele2', sans-serif;
    font-style: normal;
    font-weight: 900;
}

.primary-btn:visited {
    background-color: #0974E5;
    color: #FFFFFF !important;
}

.primary-btn:hover, .primary-btn:active, .primary-btn:focus {
    background: #0097ff;
    color: #FFFFFF !important;
}

.secondary-btn {
    width: 320px;
    height: 70px;
    background-color: #ffffFF;
    color: #ED4471;
    border: 2px solid #ED4471;
    font-family: 'Tele2', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 58px;
}

.secondary-btn:visited {
    background: #ffffFF;
    color: #ED4471 !important;
}

.secondary-btn:hover, .secondary-btn:active, .secondary-btn:focus {
    background: #ED4471;
    color: #ffffFF !important;
}



.question-btn {
    width: 90% !important;
    margin: 5px auto;
    font-size: 20px;
    line-height: normal;
}

.answer-button {
    max-height: 100%;
    width: 100%;
    background-color: #00008B;
    color: #ffffFF;
    font-family: 'Tele2', sans-serif;
    font-style: normal;
    font-weight: 900;
}

.answer-button:visited {
    background: #00008B;
    color: #FFFFFF !important;
}

.answer-button:hover, .answer-button:active, .answer-button:focus {
    background: #0000E7;
    color: #FFFFFF !important;
}

.correct-btn {
    background-color: #490B40 !important;
    color: white;
}

#front-btn {
    margin-bottom: 60px;
}

/* mobiles */
@media (max-width: 767px) {
    .result-btn {
        margin-top: -35px
    }

    .second-result-btn {
        margin-top: 20px!important;
        margin-bottom:40px;
    }

    #front-btn, .result-btn {
        width: 100%;
        max-width: 350px;
    }
    .top-question-btn {
        margin-top: 10px !important;
    }
    .primary-btn {
        width: 100%;
        min-height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .answer-button {
        margin-top: 5px;
        min-height: 56px;
        font-size: 20px;
    }

    .question-btn {
        margin-top: 5px;
    }

}

/* desktops */
@media (min-width: 768px) {
    .second-result-btn {
        margin-left: 20px;
    }

    #front-btn, .result-btn {
        width: 350px;
    }

    .result-btn {
        margin-top: -35px
    }

    .primary-btn {
        min-height: 60px;
        font-size: 22px;
        line-height: 60px;
    }

    .answer-button {
        margin-top: 10px;
        min-height: 60px;
        font-size: 22px;
    }
    .question-btn {
        margin-top: 20px;
    }

}
