.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    text-align: center;
    width: 100%;
    margin: 0 auto; 
    padding: 10px; 
}


.menu_item {
    display: flex;
    margin-right: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 1%;
    background-color: #FF6A13;
    border: 5px solid black;
    border-radius: 50px;
    box-shadow: 5px 5px 5px black;
}

.div-img {
    display: flex;
    justify-content: center;
}

img{
    display: flex;
    justify-content: center;
    width: 50%;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
}