h2 {
    color: white;
    margin-top: 4vh;
    font-size: 7vh;
    text-decoration: underline;
    text-align: center;
}

.background-div {
    display: inline-block;
    background-color: rgba(74, 63, 49, 0.8);
    border-radius: 10px;
    width: 80%;
    margin-left: 10%;
    margin-top: 4vh;
    padding: 3vh 7vw 6vh 7vw;
    margin-bottom: 4vh;
}

.section-div {
    background-color: rgba(90, 78, 63, 0.8);
    border-radius: 10px;
    margin: 0vh 1vw 2vh 1vw;
}

.section-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 6vh;
}

.burger,
.pizza,
.tortilla,
.classics,
.menu-boxy,
.price {
    color: white;
    font-size: 2.7vw;
}

h3 {
    text-align: center;
    color: white;
    padding-top: 4vh;
    font-size: 3.2vw;
    font-weight: normal;
    margin-bottom: 5vh;
}

.menu-delivery,
.menu-on-sight,
.menu-feast {
    color: white;
    text-align: center;
    font-size: 2vw;
    margin-bottom: 3vh;
    margin-top: 3vh;
}

.on-sight-menu,
.delivery-number {
    display: block;
    padding-bottom: 1vh;
}

.delivery-info,
.delivery-number,
.on-sight-menu,
.menu-feasts,
.menu-feast-contact {
    color: white;
    text-align: center;
    font-size: 1.5vw;
}

.delivery-info {
    margin-bottom: 1vh;
}

@media (max-width: 1000px) {

    .menu-delivery,
    .menu-on-sight,
    .menu-feast {
        font-size: 3vw;
    }

    .delivery-info,
    .delivery-number,
    .on-sight-menu,
    .menu-feasts,
    .menu-feast-contact {
        font-size: 2vw;
    }
}

@media (max-width: 720px) {

    .menu-delivery,
    .menu-on-sight,
    .menu-feast {
        font-size: 4vw;
    }

    .delivery-info,
    .delivery-number,
    .on-sight-menu,
    .menu-feasts,
    .menu-feast-contact {
        font-size: 3vw;
    }

    h3 {
        font-size: 4vw;
    }
}

@media (max-width: 530px) {
    .background-div {
        width: 90%;
        margin-left: 5%;
    }

    .burger,
    .pizza,
    .tortilla,
    .classics,
    .menu-boxy,
    .price {
        color: white;
        font-size: 4vw;
    }

    .menu-delivery,
    .menu-on-sight,
    .menu-feast {
        font-size: 5vw;
    }

    .delivery-info,
    .delivery-number,
    .on-sight-menu,
    .menu-feasts,
    .menu-feast-contact {
        font-size: 4vw;
    }

    h3 {
        font-size: 5vw;
    }
}