.not-found {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  text-align: center;
}
.not-found__inner {
  max-width: 560px;
  margin: 0 auto;
}
.not-found__code {
  font-size: 140px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #8be9fd, #c792ea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.not-found__title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px;
}
.not-found__text {
  color: #b5bed8;
  margin: 0 0 28px;
}

@media (max-width: 600px) {
  .not-found__code {
    font-size: 96px;
  }
  .not-found__title {
    font-size: 26px;
  }
}
