.not__found__container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;

  h1 {
    font-size: 5.5rem;
  }

  p {
    font-size: 1.5rem;
  }
}
