input {
    max-width: 20%;
    margin-bottom: 30px;
    margin-left: 27px;
}

.quiz-section input {
    margin-top: 31px;
    margin-left: 23px;
}

.quiz-section h3 {
    max-width: 16%;
}




body > div > div > div > div.quiz-section > h3 {
    /*    Quizes h3 title*/
    margin-right: 42px;
}

/*************** Alternate Coloring of Sections */
.listening-section, .reading-section, .quiz-section {
    background-color: rgb(49, 184, 188);
}

.speaking-section, .writing-section {
    
    background-color: #49979a;
}
/*********************************************/
