img {
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 100%; 
}

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; 
    color: #754F44;
    padding: 20px;
    /* margin: 5px 250px auto 250px; */
    margin: 0.5em 10em auto 10em;
    font-size: 1.1em;
    
}

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

img.fill_img{
    
    margin-right: 5em;
    border-radius: 8px;
    display: inline-block; 
    width: auto; 
   
}

div.buttons{
    display: inline-block;
    margin-right: 5em;
    margin-top: 1.1em;
}

div.buttons a{
    width: 250px;
    height: 50px;
    padding-top: 1.6em;
    margin-bottom: 1.1em;
   /* margin: 0 auto 25px auto; */
    background-color: #E1CE7A;
    color: #754F44;
    border: 3px solid #EC7357;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}

div.buttons a:hover{
    background-color: #FBFFB9;
    cursor: pointer;
}

img.fill_img2{
    border-radius: 8px;
    display: inline-block;
    width: auto;

}

#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;
}
