@import "./constants/colors.css";

.custom-404 {
  flex-direction: column;
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 60px;
}
.custom-404 h1:first-child {
  color: var(--wnp-color-primary-dark);
  font-size: 5rem;
}
