title
{
    font-size:28pt;
    color:black;
    text-align: center;
}
body {
    background-color: white;
    font-family: "Calibri Light",sans-serif;
    font-weight: normal;
}
.questions {
    /* background-color: #F0FFFF80; */
    background-color: white;
    color: #2F5496;
    padding: 10px;
    /* font-weight: bold; */
    font-size: 13pt;
    border: none;
    outline: none;
    /* transition: background-color 0.001s; */
    width:90%;
    text-align:justify;
}
.questions:after, #reference:after 
{
    content: "+";
    color: #2F5496;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after 
{
    content: "-";
    color:#2F5496;
}
button 
{
    background-color:white;
    border:none;
    outline:none;
    cursor:pointer;

}
.text {
    color: #1F3763;
    font-size: 12pt;
    line-height: 25px;
    text-align: left;
    width: 80%;
    margin: auto;
    display: none;
}
#reference
{
    display:block;
    color:#1F3863;
}
.headers
{
    font-size: 16pt;
    color: #2F5496;
}
#titles 
{
    color:black;
    font-size:28pt;
}
img
{
    width:85%;
    height:80%;
}