body {
    margin: 0;
    background-color: #F7F5F3;
    color: #4C470A;
    font-weight: 400;
    font-style: normal;
    font-family: "Serial B";
}

.logo_back {
    height: 50vh;
    background-image: url("../images/nav_back.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 50vh;
    display: flex;
    justify-content: center;
}

.logo_back a{
    display: block;
    margin: auto;
}

.logo {
    width: 30vw;
}

.menu_list {
    text-align: center;
    font-size: 18px;
    margin-top: 48px;
    margin-bottom: 84px;
}

.menu_list h2 {
    font-weight: 500;
    font-size: 38px;
    margin-top: 84px;
    margin-bottom: 84px;
}

.menu_list h3 {
    font-size: 24px;
    margin-top: 3%;
    margin-bottom: 3%;
}

.menu_list ul {
    padding: 0%;
    font-size: 24px;
    list-style: none;
}

.menu_list li {
    margin-top: 10px;
}

.lunch_footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #4C470A;
    color: white;
}

.lunch_footer p {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.ig_logo {
    width: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
}