#page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  font-size: 24px; }
  #page-not-found .page-not-found__content {
    font-weight: bold; }

