html {
    height:100%;
    width:100%;
    max-width: 100%;
} 

body {
    background-color: #41393d;
}

h1 {
    font-family: Athelas;
    color: #ef4e22;
    text-align: center;
}

h2 {
    font-family: Athelas;
    color: #ef4e22;
    text-align: center;
    font-size: 29px;
}

h3 {
    font-family: Athelas;
    color: #ef4e22;
    text-align: center;
}

p { 
    font-family: Majesti Banner Light;
    color: #d7e4c2;
    text-align: center;
    font-size: 19px;
    width:50%;
    padding: 0 25%;
}

img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 730px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

nav {
    float: none;
    position: relative;
}

ul {
    list-style-type: none;
    margin: 0;
    align-content: center;
    overflow: hidden;
    background-color: rgb(190 30 45);
    font-family: Athelas;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    padding: 0 75px
}
            
li {
    display:inline-block;
    text-align: center;
    min-height: inherit;
    margin-left: 70px;
    margin-right: 60px;
    background-color: rgb(190 30 45);
        }
            
li a {
    display: inline-block;
    text-align: center;
    padding: 5px 60px;
    color: rgb(138 140 143);
    text-decoration: none;
    }
            
li a:hover {
     background-color: #d7e4c2;
    text-decoration: none;
        }

Footer {
    position: relative;
    right: 0;
    left: 0;
    bottom: auto;
    height: 25%;
    width: 100%;
    background-color: rgb(190 30 45);
    text-align: center;
    display: flex;
    justify-content: center;
}

logo {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 10px;
}         