body {
  width: 96%;
  height: auto;
  margin: auto;
  padding: none;
  border: 1px solid black;
}


h1 {
  margin: auto;
  font-size: 100px;
  padding: 25px;
}


ul {
  list-style-type: none;
  display: inline;
  width: 35%;
  height: 8%;
  text-align: left;
  text-decoration: none;
  margin: auto;
  position: fixed;
}

li {
  text-decoration: none;
  font-family: 'Oxygen';
  padding-left: 30px;
  padding-bottom: 15px;
  font-size: 25px;
}

li a {
  text-decoration: none;
  color: black;
  margin: auto;
  text-align: left;
}

li a:hover {
  border-bottom: 2px solid black;
}

p {
  float: left;
  font-family: 'Oxygen';
  font-size: 14px;
  line-height: 20px;
  width: 30%;
  height: auto;
}

h2 {
  width: 30%;
  height: auto;
}

.container {
  position: relative;
  width: 50%;
  border: 1px solid black;
  margin-left: 250px;
  z-index: 1;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #7af442;
}

.container:hover .overlay {
  opacity: 0.75;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Oxygen';
}

.small {
  width: 30%;
  height: 30%;
  border: 1px solid black;
  float: left;
  margin-left: 250px;
}
