oops {

background: $scooter;

.top-bar {
  background: transparent;
  position: relative;
}

.page-oops {
  &__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  &__title {
    color: $white;
    font-family: $ft-galano;
    font-size: 180px;
    font-weight: 500;
    line-height: 60px;

    @media screen and (max-width: $mobile) {
      font-size: 80px;
      margin-bottom: 0;
    }
  }

  &__text {
    color: $white;
    font-family: $ft-open-sans;
    font-size: 25px;
    line-height: 35px;
    max-width: 600px;

    @media screen and (max-width: $mobile) {
      font-size: 16px;
    }

    a,
    a:hover,
    a:visited {
      color: $jacarta;
    }
  }
}

}