html {
  background-color: #EDC586;
  color: black;
  font-family: Verdana;
  color: #713102;
	height: 100%;
	overflow: hidden;
}

.headerimg{
  position: absolute;
  z-index: 3;
  top:0%;
  left: 0%;
}

.headerimg img{
	width: 53vw;
	height: auto;
}

.lemon{
	position:absolute;
	top: 1vw;
	left: -3vw;
	z-index: 4;
	transform: scaleX(-1);
}

.lemon2{
	position:absolute;
	top: 1vw;
	left: 33vw;
	z-index: 4;
}

.lemon img{
	z-index: 4;
	width: 15vw;
	height: auto;
}

.lemon2 img{
	z-index: 4;
	width: 15vw;
	height: auto;
}


h1{
	text-align: center;
	font-size: 3.2vw;
	letter-spacing: 5px;
	position: relative;
	z-index: 5;
}


.buttons{
	width: 46vw;
	height: auto;
	position: absolute;
	left: 53vw;
}

h2{
	 border-radius: 20vw;
	 width: 37vw;
	 padding: 2.2vw;
	 margin-left: 2vw;
	 text-align: center;
   background-color: #89a046;
   text-decoration:none;
   font-size: 1.6vw;
}

h2:hover{
  background-color: #789041;
}

.index-box{
	border-radius: 20px;
	width: 30%;
	padding: 40px;
  margin: 20px;
  background-color: #fffff8;
  opacity: 0.9;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

a{
	color: #49260e;
	text-decoration: none;

}
a:hover{
	color: #030705;
}