body{
    background-color: #F0c808;
}

body section{
    width: 80%;
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
}

#logo{
    background-color: #DD1C1A;
    height: 100px;
    margin-bottom: 24px; 
}

#logo img{
    height: 100px;
}

#middle{
    background-color: #086788;
    height: 70vh;
    display: flex;
}

#middle > nav{
    background-color: yellow;
    height: 100%;
    width: 25%;
}

#middle ul{
    list-style-type: none;
    background-color: transparent;
    height: 100%;
    width: 25%;
    position: relative;
}

li{
    position: absolute;
}

#menu{
    top: 100px;
}

#delivery{
    top: 300px;
}

#location{
    top: 500px;
}

li a{
    text-decoration: none; 
    background-color: #07A0C3;
    padding: 64px;
}

li a:hover{
    background-color: yellow;
}

#middle > #right{
    background-color: transparent;
    border: 2px solid red;
    height: 100%;
    width: 75%;
    position: relative;
}

#right header{
    background-color: transparent;
    background-image: url(../images/eatery1.jpg);
    background-position: 50%;
    width: 100%;
    height: 100px;
}

#right #body{
    background-color: #FFF1D0;
    width: 100%;
    height: 500px;
    position: absolute;
}

p{
    background-color: tan;
    width: 80%;
    margin: auto; 
    margin-top: 200px;
}


footer{
    background-color: #DD1C1A;
    height: 100px;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
}