:root {
  font-family: Noto Sans JP, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color-scheme: light dark;
  color: #213547;
  background-color: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
header,
nav {
  min-height: 64px;
  background-color: rgb(0, 89, 14);
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.container {
  max-width: 600px;
  max-width: 750px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: rgb(0, 89, 14);
}
h1 {
  margin: 0px 0px 24px;
  font-weight: 700;
  line-height: 1.167;
  font-family: "Noto Sans JP";
  font-size: 22px;
}
h2 {
  margin-top: 4rem !important;
}
.copyright {
  text-align: center;
  margin: 20px auto;
  color: #fff;
  font-weight: bold;
}
