hr{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border-color: #EC7357;
} 

#header h1{
    font-family: 'Source Code Pro', 'Roboto', monospace; 
    color: #EC7357; 
    text-align: center;
    font-size: 2.5em;
}

body{
    font-family: 'Roboto', monospace;
    background-color: #FDD692; 
    padding: 20px;
    margin: 5px 250px auto 250px; 
    margin: 0.5em 10em auto 10em;
    font-size: 1.1em;
}

body h2{
    color: #EC7357;
    text-align: center;
}

body img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#stats{
    background-color: #E1CE7A;
    color: #754F44;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-collapse: collapse;
}

#stats td, th{
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #EC7357;
}

#stats tr:hover{
    background-color: #FBFFB9;
}

#footer ul{
    
    margin: 0px auto 0px auto;
    text-align: center;
}

#footer li{
    display: inline;
    margin: 0px 5px;
}

#footer a{
    color: #754F44;
    text-decoration: none;
    font-weight: bolder;
}

#footer a:hover{
    color: #EC7357;
}