.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh; }
  .not-found h1 {
    color: #0d1231;
    font-size: 8rem;
    font-weight: 600; }
  .not-found h2 {
    color: #0d1231; }

