.homepage {
  border-radius: 0;
  border-bottom: 3px solid white;
  cursor: default;
}

.landing-welcome {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 70%;
  left: 8%;
  transform: translateY(-50%);
}

.landing-welcome i {
  position: absolute;
  margin-top: 10px;
  font-size: 1.5rem;
}

.landing-welcome span {
  font-size: 3rem;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'adam.cg pro';
}

.landing-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
  width: 40vw;
  border: 3px solid white;
}

@media only screen and (max-width: 700px) {
  .landing-img {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85vw;
  }

  .landing-welcome {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-welcome span {
    font-size: 2rem;
    white-space: nowrap;
  }

  .landing-welcome i {
    font-size: 1rem;
    text-align: center;
  }

  .page-name {
    display: none;
  }

  .homepage {
    border-bottom: 2px solid #202020;
  }
}
