*{
    font-family: Garamond;
    text-align: center;
}
aside{
    background-color: #3a3c3e;
    color: white;
    width: 10%;
    height: 600px;
    float: left;
}
main{
    width: 45%;
    height: 600px;
    overflow: auto;
    float: left;
}
section{
    background-size: cover;
    color: white;
    width: 45%;
    height: 600px;
    float: right;
}
h1{
 background-color: rgb(211, 211, 211, 0.3);
 padding-bottom: 20px;
 padding-top: 20px;
 margin: 0px;
 font-size: 2em;
 font-variant: small-caps;
}
h2{
    font-size: 2em;
    text-transform: uppercase;
}
ul ,li{
    text-align: left;
}
a{
    color: gainsboro;
    font-size: 120%;
    font-style: italic;
}
a:hover{
    color: white;
}