.choice{
    background-color: rgb(236, 236, 236);
    padding: 15px;
    margin-top:10px;
}



.graphic{
    border: 2px solid rgb(236, 236, 236);

}

.outcome-text-container{
    background-color: rgb(229, 255, 204)
}

.outcome-text{
font-size: 16pt;
}

.option-text{
    font-weight:bold;
    font-size:14pt;
}
.definition-text{
font-size: 12pt;
border: 2px solid rgb(236, 236, 236);
padding: 10px 15px 10px 15px;
background-color: rgb(236, 236, 236);

}

.body-text{
font-size: 14pt;
}

.question-text{
    font-size: 16pt;
    font-style: oblique;
}


.question-text-box{
    border: 2px solid rgb(236, 236, 236);
    padding: 20px 25px 5px 25px;
}

.title-text{
    background-color:#333;
    padding-bottom: 10px;
    padding-top:10px;
    color: white;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.proceed-text{
    font-size: 16pt;
    font-style:oblique;
    font-weight: bold;
}