@font-face {
  src: url("../fonts/notoSans.woff") format("woff");
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
  line-height: 1.5;
  height: 95vh;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: block;
}/*# sourceMappingURL=main-style.css.map */