h1 {
  background-color:#86c257;
  color:#ffffff;
  text-align:center;
  margin:0px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:3%;
  border-bottom:solid 1px #86c257;
}
h1 > div {
  display:flex;
  justify-content:center;
  align-items: center;
  padding-right:7%
}
h1 > div > div {
  font-family:"Kaisei Opti", serif;
  font-size:140%;
  margin-left:5px;
}
h1 > div > div > span {
  display:inline-block;
  width:55px;
  height:55px;
  border-radius:50%;
  text-align: center;
  line-height:55px;
  background-color:white;
  color:#86c257;
}
h1 > div > img {
  width:80px;
  height:auto;
}
