html{
  margin: 0;
  padding: 0;
  font-family: Serif;
}

body{
  background-color: #036655;
}

.box{
  background-image: url(../capture.jpg);
  margin-left: 990px;
  margin-top: 200px;
  height: 400px;
  width: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}

img{
  position: relative;
  margin-top: -680px;
  opacity: 1;
  margin-right: -900;
  z-index: 999;
  display: block;
  width: 70vh;
  height: 60%;
}

h1{
  position: absolute;
  z-index: 999;
  margin-left: -2px;
  left: 0;
  right: 0;
  top: -5%;
  text-align: center;
  color: #bcf9ca;
  font-size: 60px;
  font: georgia;
}

h2{
position: absolute;
  z-index: 999;
  margin-right: 480px;
  left: 0;
  right: 0;
  top: 10%;
  text-align: center;
  margin-left: 480px;
  color: #bfc9ca;
  font-size: 18px;
  font: georgia;
  display: list-item;
  list-style: none;
}

ul{
	position: absolute;
	list-style-type: none;
	z-index: 999;
	margin-top: -200px;
	margin-left: 890px;
	left: 0;
	right: 0;
	color: #BCF9CA;
}	

ul li{
	display: inline-block;
	box-shadow: 2px 2px 2px grey;
}

ul li a{
	text-decoration: none;
	color: #BFC9CA;
	padding: 5px 18px;
	margin-right: 15px;
	border: 1px solid transparent;
	transition: 0.6s ease;
}

ul li a:hover{
	background: #fff;
	color: black;
}

ul .active a{
	background: #fff;
	color: #BFC9CA;
}

.button{
  z-index: 999;
  margin-left: 10px;
  margin-bottom: -580px;
	position: absolute;
	bottom: 78%;
	left: 12%;
	transform: translate(-50%,-50%);
}

.btn{
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #BFC9CA;
	text-decoration: none;
}

.btn:hover{
	background: #dcdcdc;
	color: black;
