body{
    background-color: rgba(255, 0, 0, 0.623);
}
h1{
    text-align: center;
    font-family: "BBH Sans Hegarty", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgba(158, 201, 153, 0.769);
}
h2{
    text-align: center;
    font-family: "BBH Sans Bogle", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgba(158, 201, 153, 0.769);
}
h3{
    font-family: "BBH Sans Hegarty", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

/*APPITIZERS*/
.container-1{
    width: 800px;
    height: 200px;
    background-color: rgb(158, 201, 153);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    top: 50px;
}
.div-items1{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    color: black;
}

/*SALADS & BOWLS*/
.container-2{
    width: 800px;
    height: 200px;
    background-color: rgb(158, 201, 153);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    margin-left: auto;
    top: 80px;
}
.div-items2{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    color: black;
}

/*HANDHELDS*/
.container-3{
    width: 800px;
    height: 200px;
    background-color: rgb(158, 201, 153);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    top: 100px;
}
.div-items3{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    color: black;
}


/*WINGS*/
.container-4{
    width: 800px;
    height: 200px;
    background-color: rgb(158, 201, 153);
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    margin-left: auto;
    top: 120px;
}
.div-items4{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    color: black;
}





