.navbar {
  background-color: rgb(110, 106, 106);
  /* border: 3px solid black; */
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
img {
  /* border:1px solid red; */
  margin-left: -25%;
}
h1{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: red;
}
body {
  background-image: url("https://www.eatthis.com/wp-content/uploads/sites/4/2020/07/burger-king.jpg?quality=82&strip=1");
  background-size: cover;

}



#food {
  width: 200px;
  height: 60px;
  margin-left: 40%;
  margin-right: 100px;

}
.choose {
  margin-top: 20px;
  width: 95%;
  height: 100px;
  font-size:20px;
  display: flex;
}
#btnorder{
  width: 150px;
  height: 60px;
  border: 0px;
  border-radius:10%;
  color: white;
  font-size: 25px;
  font-weight: bold;
  background-color: olive;
}
#displayfood {
  width: 60%;
  height: 500px;
  margin: auto;
  /* border: 1px solid white; */
}
#displayfood > img {
  width: 98%;
  height: 490px;
  margin: auto;
  margin-left: 4px;
  border: 5px solid black;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
