body{
    margin: 0px;
    width: 100%;
    
}
html {
  scroll-behavior: smooth;
}
header{
    margin-top: 0px;
    padding: 0px;
    background-color: black;
    display: flex;
    justify-content: center;
    height: 50px;
}
.logo{
    
    color: white;
   
}
.countiner{
    margin: 0px;
    width: 100%;
    height: 100%;
     background-color: #D1D3D4;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.food-countiner{
    margin-left: 5%;
    width: 90%;
    border: solid 1.5px;
    border-radius: 20px;
    display: block;
    margin-bottom: 15px;
    background-color: white;
}
.img-food{
    width: 35%;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
   
    
}
.text-countiner{
    padding-right: 10px;
    width: 62%;
}
.food-name{
    margin-top: 8px;
    margin-right: 8px;
}
.food-explain{
    margin-top: 8px;
    margin-right: 8px;
}

.explain-top{
    display: flex;
}
.explain-bottom{
    display: block;

}
.food-item{
    display: flex;
    margin-top: 5px;
    margin-bottom: 8px;
}
.item-name{
    width: 50%;
    margin-right: 10px;
}

.item-price{
    width: 50%;
    text-align: left;
    font-size: 20px;
    margin-left: 12px;

}
.head-sos{
    width: 100%;
    padding-right: 10%;
    font-size: 25px;
    font-weight: 700;
    color: white;
    height: 50px;
    margin-bottom: 30px;
}