body {
    background-color: rgb(188, 184, 177);
}
img.bread-img {
    display: block;
    width: auto;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5%;
}
#main-heading {
    font-weight: bolder ;
}
h1, h2, p{
    color: rgb(70, 63, 58);
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#explain-dish {
    text-align: center;
}
h2 {
    text-align: center;
    font-weight: bolder;
}
.ul {
    list-style-type: none;
    padding-bottom: 5px;
}
.ol {
    padding-bottom: 10px   ;
}
.link {
    display: block;
    width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.div1 {
    background-color: rgb(168, 164, 159);
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    width: fit-content;
    border: 4px;
    border-style: outset;
    border-color: rgb(168, 164, 159);
}
.div2 {
    background-color: rgb(168, 164, 159);
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border: 4px;
    border-style: inset;
    border-color: rgb(168, 164, 159);
    margin-top: 10px;
    width: fit-content;
}