@charset "utf-8";

.entry-title {
  height: 200px;
  background-image: url(../images/index/microbiome2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.entry-title h1{
  font-weight: bold;
}

.lead p {
  line-height: 2;
  text-align:justify;
  font-size: 17px;
  color: #4c4c4c;
  font-family: 'Shippori Antique B1', sans-serif;
  margin-bottom: 100px;
}
