.page-not-found {
  min-height: 80vh;
}

.page-not-found__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.page-not-found h1 {
  color: var(--tt-white-color);
}
