.section {
  color: var(--color-grey-light);
  background-color: var(--color-black-light);
}
.page-404__content {
  text-align: center;

  & .section-subtitle {
    &::after {
      left: 50%;
      transform: translateX(-50%);
    }
  }
}
.page-404__text {
  margin: 32px 0;
  white-space: pre-wrap;
}
.page-404__link {
  margin: 20px auto;
}
