body{
  margin: 0;
  padding: 0;
  font-family: 'Josefin Slab', serif;
  color: #555;
}

#globalNavi{
  position: fixed;
  display: flex;
  background: #555;
  color: #fff;
  width: 100%;
  margin-top: 0;
  justify-content: center;
}

#globalNavi li{
  list-style: none;
}

#globalNavi li a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 17px 50px;
  font-size: 120%;
}

#contents{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
}

#contents h1{
    font-weight: normal;
    text-align: center;
    font-family: 'Josefin Slab', serif;
  margin-bottom: 8px;
}

#contents .small{
  margin: 0;
  color: #555;
}

#about{
  width: 100vw;
  height: 100vh;
   margin:-60px auto 0;
  padding-top:60px;
  width: 1200px;

}

#about h2{
  font-weight: normal;
  text-align: center;
}

#about h3{
  padding: .5em .75em;
  background-color: #f6f6f6;
  color: #555;
  font-size: 16px;
}