@import url(./reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
body {
  overflow: hidden;
  position: relative;
}

a {
  display: block;
  text-align: center;
}

section#on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  pointer-events: none;
}
section#on h1 {
  font-size: 7rem;
  color: aliceblue;
  font-family: "Noto Sans JP", sans-serif;
}
/*# sourceMappingURL=style.css.map */