*{
    box-sizing: border-box;
}

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

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

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

h2{
    font-family: 'Source Code Pro', 'Roboto', monospace; 
    color: #EC7357; 
    text-align: center;

}

#header p{
    text-align: center;
}

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

#col1{
    display: inline-block;
    border: 3px solid #EC7357;
    background-color: #E1CE7A;;
    width: 48%;
    margin-right: 1.25em;
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

#col2{
    display: inline-block;
    border: 3px solid #EC7357;
    width: 48%;
    margin-bottom: 1.5em;
    background-color: #E1CE7A;
    padding-left: 1.5em;
}

#misc{
    border: 3px solid #EC7357;
    background-color: #E1CE7A;
    padding-left: 1.5em;
    
}

/* FOOTER STYLING */

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