@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap&subset=japanese);
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

body {
  background-color: #e7f1d8;
  color: #0f0f0f;
  font-family: 'Noto Sans JP', Meiryo, ????, sans-serif;
  margin: 0;
  position: relative;
}

header {
background-color:#e7f1d8;
}

h1 {
    font-weight: normal;
    font-family: 'Pinyon Script', cursive; 
}

h1.maintitle a {
  color: #aec694;
}

h1.maintitle {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 40px;
  line-height: 1.2em;
}

footer {
background-color:#e7f1d8;
}