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

body{
  background-color: #85929e;
}

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

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

h1{
  margin-left: 530px;
  font: georgia;
  font-size: 60px;
  Margin-top: 10px;
  color: #1c2833;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  z-index: 999;
}

h2{
  font: georgia;
  font-size: 25px;
  color: #003300;
  display: list-item;
  margin-left: 530px;
  margin-top: -550px;
  list-style: none;
  z-index: 999;
}
  
h3{
  margin-top: 100px;
  font: georgia;
  font-size: 18px;
  color: #003300;
  display: list-item;
  list-style: none;
  z-index: 999;
}

ul{
	position: absolute;
	list-style-type: none;
	z-index: 999;
	margin-top: -380px;
	margin-left: 920px;
	left: 0;
	right: 0;
	color: #003300;
}	

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

ul li a{
	text-decoration: none;
	color: #003300;
	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: white;
}

button{
  z-index: 999;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-right: 100px;
	position: relative;
	bottom: 20%;
	left: 2%;
	transform: translate(-50%,-50%);
}

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

.btn:hover{
	background: #003300;
	color: black;
}