body {
    background-color: antiquewhite;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
   }


.title {
    display: flex;
    justify-content: center;
    font-size: 24px;
    margin-top: 50px;
    color: #871B1B;

}
  
.title > div {
    margin-top: 50px;
    padding: 20px;
    font-size: 30px;
}

.menu-icon {
    width:163px; 
    height:163px;
    position: absolute;
    left: 20px;
    top: -35px;
}

.flex-container {
   margin-top: 20px;
   margin-left: 300px;
   margin-right: 300px;
   line-height: 50px;
}


.cheese {
width: 95px;
height: 89.5px;
}

.tomato {
    width: 95px;
    height: 89.5px;
}

.eggplant {
    width: 95px;
    height: 89.5px;
}

.garlic {
    width: 95px;
    height: 89.5px;
}