body{
    font-family: sans-serif;
}
#navbar{
  
    background-color: red;
    color: white;
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
}
#container1{
   
    width: 100%;
    height:670px;
    height: 650px;
    margin-top: 10px;
}
#option{

       display: flex;
       justify-content: space-between;
    gap: 60px;
    
}
a{
    text-decoration: none;
    color: white;
   
}
#data{
    width: 100%;
    height: 585px;
    display: grid;
    overflow-y: scroll;
    grid-template-columns: repeat(3,33%);
    grid-gap: 2%;
    justify-content: center;
    padding-left: 3%;
    font-family: sans-serif;

}
img{
    width: 90%;
}
form{
    margin-top: 50px;
    margin-left: 20%;
}
.in{
    width: 350px;
    height: 25px;
}
button{
    border: 1px solid red;
    width: 357px;
    color: wheat;
    height: 35px;
    border-radius: 4px;
    background-color: red;
}
button:hover{
    background-color: rgb(73, 1, 1);
}
#btn2{
    background-color: black;
    color: wheat;
    border: 1px solid red;
    height: 40px;
    width: 85px;
}
#name{
    margin-left: 15%;
    margin-top: 10px;
    width: 35%;
    height: 35px;
 border-radius: 5px;
  outline: 0px;
}
#divs{
   
    background-color: red;
    max-width: 100%;
    height: 60px;
}
#latestfood{
    margin-left: 17%;
    background-color: black;
    text-align: center;
    color: white;
    width: 35%;
    height: 50px;
 border-radius: 5px;
 font-weight: 790;
 font-size: 30px;
}
#text{
   
    width: 46%;
    overflow-y: scroll;
    height: 535px;
    font-weight: bold;
    margin-top: 23px;
    color: white;
    float:right;
}
#data1{
   
    width: 53%;
    height: 555px;
    float:left;
}
#imgd{
    width: 95%;
    height: 95%;
    padding: 3%;
    padding-right: 0px;
}
#textimg{
    
    background-color: red;
    width: 100%;
    height:590px;
    margin-top: 10px;
}
#data2{
   
    max-width:65%;
   max-height: 500px;
  
   padding: 40px;
   text-align: center;
    font-family: sans-serif;

}
h1{
    color: red;
}
p{
    font-weight: bold;
}
img{
    max-height: 500px;
}
#bt1{
    float: right;
    width: 24%;
    color: white;
    font-size: 18px;
    margin-right: 20%;
    border-radius: 4px;
    background-color: green;
}
#bt1:hover{
    background-color: rgb(1, 32, 1);
    height: 39px;
}
#payment{
    margin: auto;
    width: 40%;
    height: auto;
    /* border: 1px solid red; */
}
.inp{
    width: 70%;
    height: 27px;
    border-radius: 4px;
}
#phead{
    margin-left: 16%;
}
#btnpay{
    width: 55%;
    height: 37px;  
    font-size: 17px;
    margin-left: 8%;
}

