.fourzerofour {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-block-start: 40px;
}
.fourzerofour img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fourzerofour > * {
  position: relative;
  z-index: 1;
}
.fourzerofour h2 {
  text-align: center;
}

/*# sourceMappingURL=fourzerofour.css.map */
