/* -------------- Background -------------- */
.quiz-background {


    flex-direction: column;
    justify-content: flex-start;

    align-items: center;
    /*justify-content: center;*/
    text-align: center;
    background-color: white;
                     /* full-viewport on desktop */
    background-size: cover;
    background-position: center;   /* center the “face + eye” */
    background-repeat: no-repeat;
    /*text-shadow: -1px -1px 0 #ffffff;*/
}

.quiz-background h1 {
    text-align: center;
    text-shadow: -1px -1px 0 #ffffff;
    /*font-family: 'Comic Sans MS', cursive, sans-serif;*/
    font-family: 'Rockwell', sans-serif;
    /*font-size: 75px;*/




    /*padding: 0 1rem;*/
}

#quiz {
    font-family: 'Rockwell', sans-serif;
    /*font-size: 45px;*/
    /*text-shadow: -1px -1px 0 #ffffff;*/
}
.quiz-section {
    font-family: 'Rockwell', sans-serif;
    /*text-shadow: -1px -1px 0 #ffffff;*/
}
.quiz-btn {
    font-family: 'Rockwell', sans-serif;
}

.quiz-btn1 {
    font-family: 'Rockwell', sans-serif;
}
.password-checker-wrapper {
    font-family: 'Rockwell', sans-serif;
}
.password-explanation{
    font-family: 'Rockwell', sans-serif;
}
.passwordInput {
    font-family: 'Rockwell', sans-serif;
}