*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Body */
body{
  background-color:chartreuse!important;
}
/* HOME SECTION */
#home{
  background-attachment: fixed;
  background-position:center ;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-image:url("..//images/bg.jpg");
}
#home h1{
  text-align: center;
  font-size: 50px;
  color:white;
  font-weight: bolder;
}
#home p{
  color: white;
  text-align: center;
  font: x-large;
}
/* MENU SECTION */
#menu h2{
  padding-top: 40px;
  text-align: center;
  font:x-large;
  color:black;
}
#menu p{
  color: black;
  text-align: center;
  font: x-large;
}
#menu img{
  width: 100%;
  height: 55vh;
  cursor: pointer;
}
#menu h3{
  text-align: center;
}
.hide{
  display:none;
}
/* ORDER SECTION */
#form1 h2{
  text-align: center;
}
