
body{
  overflow-x: hidden;
}.search{
  width: 300px;
  box-shadow: 2px 2px 10px gray;
  border-radius: 5px;
}
.cart{
  position: relative;
  left: 20px;
}
.header{
  background-image: url(./food.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 950px;
}
.heading{
    font-family: "Lobster", sans-serif;
  font-size: 100px;
}
.heading:hover{
  text-shadow: 10px 10px 5px #e6607d ;
  cursor: pointer;
}
.hero{
  position: relative;
  top: 100px;
}
.btn{
  background-color: #e6607d;
  color: white;
  font-weight: bold;
}
.btn:hover{
  background-color: transparent;
  color: #e6607d;
  border: #e6607d 2px solid;
  cursor: pointer;
}
.arrow{
  width: 300px;
  position: relative;
  right: -139px;
  bottom: 76px;
}