body {
  margin: 0;
  height: 1000px;
}

.top {
  margin: 0;
  position: absolute;
  width: 100%;
  background-color: #aaa;
  height: 1900px;
  text-align: center;
  opacity: 1;
  text-align: center;
  font-family: 'helvetica';
  font-size: 80px;
  font-weight: 100;
  color: #fff;

}

.title {
  position: absolute;
  top: 10%;
  left: 100px;
}
a:link {
    text-decoration: none;
}
