    *{

    margin: 0;
    padding: 0;
/*direction: rtl;
*/}
.sec{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    
}



.sec ul li a{
text-decoration: none;
color: wheat;
font-weight: bold;
font-size: larger;
}
.sec ul li a:hover{
color: gold;
}


.sec ul li{
list-style: none;
display: inline-block;
margin: 10px;
}
.photo{
width: 100px;
height: 100px;
border: 1px blue solid;
border-radius: 25px;
margin-top: 10px;
margin-right: 40px;


}
.photo :hover{
    transform: scale(1.1);
}

.photo img{
height: 100px;
width: 100px;

}

.body img{
    width: 100%;
    height: 400px;
    margin: 50px;
    border: 1p wheat solid;
border-radius: 30px;
}
.body img:hover{
    transform: scale(1.1);
}
.descreption{
margin-top: 100px;
margin-right: 50px;
    color: white;

}
.descreption h1{
    color: gold;
    margin: 20px;
}
.descreption h3{
    color: goldenrod;
    margin: 10px;
}
.descreption p{
    color: wheat;
    margin: 10px;
}
hr{
    color: wheat;
    background-color: wheat;
}

.img-food img{
 /*   padding: 20px;
    margin: 20px;*/
    width: 100%;
height: 100%;   

}
.container-food{
    display: flex;
    justify-content: space-evenly;
    
}
.f{
    display: inline-block;
    margin: 10px auto;
    color: white;
    background-color: rgba(245, 222, 179, 0.459);
    border-radius: 20px;
}
.f:hover{
    transform: scale(1.1);
background-color: white;
color: gold;
}

.f span{
color: gold
}


.name{
    color: gold;
}