body {
  background-color: #f7f7f7;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: 0.05rem;
  color: #333;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
}