/* [project]/src/app/not-found.css [app-client] (css) */
.not-found-page {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

