body {
  margin: 0;
  width: 100%;
  height: 100vh;
}
.top {
  width: 100%;
  height: 100vh;
  padding-left: 200px;
  background-image: url("//developerhack.com/assets/img/bg/bg-homepage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: left;
}
.top h2 {
  font-family: Limelight;
  font-size: 100px;
  text-align: left;
  color: white;
}
