 h1 {
    font-family:'Open-Sans', sans-serif;
    text-align: center;
}
ul {
    list-style: none;
}
li {
    font-family:'Open-Sans', sans-serif;
    font-size: 2em;
}

p {
    font-family:'Open-Sans', sans-serif;
}
/* Quiz Classes */
 .quizContainer {
    background-color: #ffffff;
    border-radius: 6px;
    width: 70%;
    margin: auto;
    padding: 6%;

}

.btn {
 position: relative;	
    border-radius: 6px;
    width: 150px;
    height: 40px;
    text-align: center;
    font-family:'Open-Sans', sans-serif;
    margin-left: 20%;
    margin-top: 5%;
}

.question {
    font-family:'Open-Sans', sans-serif;
    font-size: 2em;
    width: 90%;
    height: auto;
    margin: auto;
    border-radius: 6px;
    text-align: left;
}
.quizMessage {
    background-color: peachpuff;
    border-radius: 6px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 2px;
    font-family:'Open-Sans', sans-serif;
    color: red;
}
.choiceList {
    font-family: 'Open-Sans', sans-serif;
    color: #34495e;
}

.result {
    width:100%;
    height: auto;
    border-radius: 6px;
    background-color: #2ECC71;
    margin: auto;
    text-align: center;
    font-family:'Open-Sans', sans-serif;
    color: #fff;

}