html, body {
    margin: 0;
    padding: 0;
    background-image: url(../images/newsprint.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav#main-nav ul{
    list-style: none;
    margin: 0;
    padding: 1em 10em;
    display: flex; 
    justify-content: space-between;

}

nav#main-nav ul {
    background-color: #000000;
    margin:0;
}

nav#main-nav ul li a {
    display: inline-block;
    font-family: new-spirit, serif;
    font-weight: 400;
    font-style: normal;
    color: #F0EADE;
    padding: 0.2em 2em;
    margin: 0 10px;
    text-decoration: none;
    transition: all 0.5s;
}

nav#main-nav ul li a:hover {
    background-color: #EEEADB;
    color: #000000;
}

nav#main-nav ul li a.selected {
    background-color: #EEEADB;
    color: #000000;
}

nav#main-nav ul li a#logo {
    font-family: new-spirit, serif;
    font-weight: 600;
    font-style: normal;
    border-right: 1px solid #EEEADB;
    border-left: 1px solid #EEEADB;
}

h1 {
    font-family: new-spirit, serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: century-old-style-std,serif;
    font-weight: 400;
    font-style: normal;
}

img {  
    float: left; 
    margin-right: 2em; 
    margin-left: 5em;
    margin-top: 2em;
    margin-bottom: ;
    width: 45%;
} 



h1 {
    margin-top: 8%;
    margin-left: 50px;
    padding: 20px;
    font-size: 6rem;
    border: 2px solid black;
    border-right: none;
}

p {
    margin-right: 10%;
    margin-bottom: 2%;
}

p#home-content {
    font-size: 1.3rem;
}

iframe {
    margin-top: 1%;
}

footer {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: century-old-style-std, serif;
    font-weight: 400;
    font-style: normal;
    background-color: #000000;
    color: #EEEADB;
}

footer ul{
    display: flex; 
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 1em 10em;
    display: flex; 
    justify-content: space-between;
    font-size: 0.8rem;
}

