body{
background:#f5f5f5;
font-family:Arial;
}

.header{
background:#e23744;
color:white;
padding:15px;
text-align:center;
}

.food-card{
background:white;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
margin-bottom:15px;
}
.menu-hold{
    
  margin-bottom: 200px;  
    
    
}
.food-img{
height:120px;
width:100%;
object-fit:cover;
border-radius:10px 10px 0 0;
}

.price{
color:#e23744;
font-weight:bold;
}

.cart-bar{
position:fixed;
bottom:0;
width:100%;
background:white;
padding:10px;
border-top:1px solid #ddd;
}