.left{
  height: 30px;
  display: flex;
  margin-left: 10px;
}

.back{
  display:flex;
  justify-content: space-between;
  
}

.cart{
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
  font-family: 'Noto Sans Display', sans-serif;
}
.user{
  display: flex;
  height: 70px;
  justify-content: space-between;
  
}
h1{
  font-size: 10px;
}
.top{
  display: flex;
}







.veg{
  display: flex;
  margin-top: 20px;
  
  height: 40px;
  margin-left: 35px;
  margin-right: 35px;
  width: 100px;
  justify-content: center;
  
  
}

.container2{
  margin-top: 15px;
 
  
  margin-left: 2px;
  margin-right: 2px;
  
  background-color: #e6e0ab;
 
  background-color: whitesmoke;
  border-radius: 20px;
  
   box-shadow: 3px 3px;
  box-shadow: 5px 5px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:20px;
  font-family: 'Noto Sans Display', sans-serif;
}
.product2{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  
  
}
.name{
  margin-top: 5px;
  display: flex;
  font-weight: bold;
  color: black;
  font-size: 15px;
  justify-content: center;
  margin-bottom: 20px;
  
}







.container{ 
  margin-top: 15px;
  display:flex;
  
  margin-left: 15px;
  margin-right: 15px;
  
  background-color: #e6e0ab;
  background-color: whitesmoke;
  
  
  border-radius: 20px;
  box-shadow: 3px 3px;
  box-shadow: 5px 5px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:20px;
  font-family: 'Noto Sans Display', sans-serif;
  
  
}
.img{
  display: flex;
  margin-top: 20px;
  height: 70px;
  margin-left: 18px;
  margin-right: 0px;
  margin-bottom: 19px;
  justify-content: center;
  
  
}

.text{
  margin-top: 5px;
  display: flex;
  font-weight: bold;
  color: black;
  font-size: 15px;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}




.product{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  
  
}
.logout{
  display: flex;
  
  background-color: whitesmoke;
  color: #f63e4e;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 155px;
  
  
}
button{
  
 
  
  margin-top: 5px;
  margin-bottom: 10px;
  border:5px #f63e4e;
  padding: 5px 5px;
  margin-right: 20px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #f9edf8;
}
button:hover{
  background-color: #f63e4e;
  color: white;
  
}
