@charset "UFT-8";
body{
    background-image: url(../../flower.webp);
    
    /* background-repeat:no-repeat; */
      background-size:cover;
      /*background-color:rgb(241, 217, 158);
      background-color:rgb(185, 243, 251);*/
      background-color:rgb(212, 191, 164);
      
      
}
body::after{
    content:("");
    filter:grayscale(100%);
}




.food{
    display:flex;
    
  
    gap:1vw;
}

@media (min-width:750px){
    .over{
        column-count:4;
        list-style: none;   
        
        
        margin: 0;
        padding: 0;
    }

}


@media (max-width:750px){
    .over{
        column-count:1;
        list-style: none;   
        
        
        margin: 0;
        padding: 0;
    }
}
.over li{
    position: relative;
    
}
.over img{
    height: auto;
    width: 100%;
    display: block;
}
.over div{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    opacity: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: .3s;
}
.over li:hover div{
    background: rgba(0,0,0,0.5);
    opacity: 1;
}



.main_content{
    background-color:rgba(126, 122, 118, 0.611);
    margin-top:100px;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:10px;
    
}

#comment{
    padding-top:1rem;
    padding-left:2rem;
}

