body{
    background-color: rgb(141, 170, 170);
    text-align: center;
    color: black;
    font-family: monospace;
    font-size: 2em;
}
a {
    color: whitesmoke;   
    text-decoration: none;
    font-family: sans-serif;
}

a:hover {
    color: crimson;
}
main {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px; 
    width: 90%;
}

h2 {
    text-align: center;
}
/* img{
    width: 60%;
    border:0;
    width:88px;
    height:31px
} */
.profile {
    width: 702px;
    height: auto; 
}
figure {
    text-align: center;
    font-style: italic;
}
ul{
    text-align: left;
    list-style-position: inside;
}
ol{
    text-align: left;
    list-style-position: inside;
}
.questions {
    font-size: 15px;
}
.cert {
    font-style: italic;
}
.class_list {
    padding-left: 75px;
}
/* Rule Overrides For Laptops / Small Screens */
@media screen and ( min-width: 981px ) and ( max-width: 1400px ) {
    #body{
        background-color:rgb(46, 148, 148);
    }
}
/* Rule Overrides For Tablet Devices */
@media screen and ( min-width: 601px ) and ( max-width: 980px )  {
    #body {
        background-color:rgb(100, 161, 161);
    }
}
/* Rule Overrides For Mobile Devices */
@media screen and ( min-width: 370px ) and ( max-width: 600px ) {
    #body {
        background-color:rgb(138, 153, 153);
    }
}