@charset "UTF-8";

a:link{color: #f67690}
a:visited{color: #f67690}
a:hover{color: #92cb97}
a:active{color: #f67690}

.wf-hannari { font-family: "Hannari"; }

body{
  background-color: white;
}
div{
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.item{
  background-color: #ffffee;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 3px double green
}
.j{
  border-bottom: 3px double green
}
img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1{
  text-align: center;
  color: #0e6227;
  padding-top: 20px;
}
h2{
  text-align: center;
  background-color: #0e6227;
  color: white
}
h3{
  text-align: center;
}
p{
  display: inline-block;
  text-align: left;
}
