.dish{
    background-color:rgb(243, 215, 178);
    width: min-content;
}

p.desc{
    color:rgb(114, 119, 116);
    font-size:25px;
}



.product_title{
    color: rgb(110, 106, 106);
}

.product_title:hover{
    color: rgb(178, 63, 235);
}

li{
    color: rgb(179, 145, 95);
}



.dish2{
    background-color:rgba(255, 178, 90, 0.564); 
    width:450px;
    display: flex;
    flex-direction: column;
    color: azure;
}


.dish3{
    width:470px;

    background-color:rgba(226, 64, 64, 0.374)
}

.egg{
    align-items: center;
}



button{
    color: hsl(37, 100%, 78%);
    background-color: rgb(86, 83, 83);
    width:auto;
    height:50px;
}


button:hover{
    animation:ease-out;
    animation-duration: 2s;
    color:rgb(86, 83, 83);
    background-color:hsl(38, 65%, 74%);
  
}