
h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

p {
    padding: 4px;
    font-size: 16px;
}

.lesson-titles {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sentence {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 3px;
}
.dropdown-answers {
    /* padding-left: 0.5em;
    padding-right: 0.5em;
    border: 3px solid gray;    
    width: 100%;*/
     
        /* width: 120px;
        height: 30px;
        border: 1px solid #999;
        font-size: 18px;
        color: #1c87c9;
        background-color: #eee;
        border-radius: 5px;
        box-shadow: 4px 4px #ccc; */
     
        width: 120px;
        height: 30px;
        border: 1px solid #999;
        font-size: 18px;
        color: #1c87c9;
        background-color: #eee;
        border-radius: 5px;
        /* box-shadow: 4px 4px #ccc;  */

}

.sentence span{
    margin-right: 4px;
}

#check-answers {
    margin-top: 2em;
}

#message {
     float: left;
    padding-top: 20px;
}
