body{
    background-color: #202020;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
#what{
    float: left;
    color: white;
    font-family: 'DM Mono', monospace;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 10px;
}
#container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#topbar{
    background-color: #117760;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    box-shadow: 0px 0px 5px 0px rgba(17,119,96,1);
    margin-top: 10px;
    height: 170px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
}
#barl{
    float: left;
    border-radius: 3px;
    text-align: center;
    background-color: white;
    max-height: 160px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
}
#barr{
    float: left;
    border-radius: 3px;
    width: 820px;
    letter-spacing: 2px;
}
#infobar{
    height: 36px;
    background-color: #006650;
    border-radius: 3px;
    padding: 5px;
}
.statistics > a{
    float: left;
    text-decoration: none;
    background-color: #F0F722;
    padding: 5px;
    margin-top: 1px;
    margin-left: 10px;
    font-size: 20px;
    border-radius: 3px;
}
.aboutus > a{
    float: left;
    text-decoration: none;
    background-color: #F0F722;
    padding: 5px;
    margin-top: 1px;
    margin-left: 20px;
    font-size: 20px;
    border-radius: 3px;
}
ol{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 18px;
    height: 28px;
    line-height: 200%;
}
ul > a{
    background-color: #F6F62C;
    text-decoration: none;
    border: 3px solid #F6F62C;
    border-radius: 3px;
    padding: 3px;
}
ol > ul{
    width: 105px;
    height: 36px;
}
#infobar > ol > ul > a{
    color: black;
    font-size: 20px;
}
#infobar > ol > ul > a:hover{
    background-color: #D4D40A;
}
article{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+42,febf04+75 */
    background: linear-gradient(45deg, #ffd65e 42%,#febf04 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 3px;
    width: 805px;
    min-height: 620px;
    border-right: 5px solid #000000;
    color: black;
    box-shadow: 0px 0px 61px -25px rgba(171,108,72,1);
    float: left;
    margin-top: 10px;
}
aside{
    float: left;
    width: 190px;
    min-height: 620px;
    background-color: #303030;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    margin-top: 10px;
    
}
footer{
    text-align: center;
    font-size: 15px;
    color: white;
    text-decoration: none;
    height: 16px;
    width: 100%;
    margin-top: 3px;
}
.welcome{
    font-size: 32px;
    color: #e0e0e0;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #ffffcc;
    text-align: center;
    height: 80px;
}
header{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height:0.7;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
section{
    font-family: Georgia, sans-serif;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0;
}
.date{
    height: 25px;
    background-color: #5A7CBF;
    color: white;
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-top: 20px;
}
a:nth-of-type(1){
    color: #1E5789;
    padding-left: 10px;
    text-align: center;
}
a:nth-of-type(2){
    color:black;
    margin-left: 15px;
    padding-right: 50px;
}
a:nth-of-type(3){
    margin-left: 20;
    background-color: #1F221E;
    padding: 7px;
    border-radius: 3px;
    color: #E9E6B9;
}
#result{
    text-align: right;
    text-indent: : 100px;
}
p{
    padding-left: 20px;
    font-size: 20px;
}
.twitter{
    float: right;
    background-color: white;
    padding: 5px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background-color: #3095d3
}
.facebook{
    float: right;
    background-color: white;
    padding: 5px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background-color: #4668b3
}
.youtube{
    float: right;
    background-color: white;
    padding: 5px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background-color: #d94348
}
.links{
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.facebook:hover{
    background-color: green;
}
.twitter:hover{
    background-color: green;
}
.youtube:hover{
    background-color: green;
}
h2{
    text-align: center;
    padding: 10px;
    margin-top: 40px;
}
.disclaimer
{
    color: #4A2C2C;
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    text-align: center;
}
.diss
{
    margin-top: 100px;
    text-align: center;
    padding: 20px;
}
.back{
    text-align: center;
    margin-top: 20px;
    margin-top: 30px;
}
.excel{
   background-color: white;
   padding: 2px;
   border-radius: 5px;
   max-width: 250px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto; 
}
.excel:hover{
    background-color: #E5C6C6;
    cursor: pointer;
}
h3 
{
    border: 3px solid #431D1D;
    padding: 1px;
    border-radius: 5px;
}