@charset "utf-8";

h2 {
  border-bottom: solid 1px #ccc;
}

h2, h3{
  margin-top: 2em;
}

figure {
  font-size: 0.9em;
  color: #666;
  width: 100%;
  margin: 1em auto;
}

@media (width <= 350px) {
  figure img {
    width: 100%;
  }
}