/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');*/
/* ==========================================================================
Typography
========================================================================== */
body {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/error_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h1 {
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */