/* Docsify Theme */
:root {
  --content-max-width: 80%;
}

figure {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}

figure img {
  max-width: 550px;
  margin: 10px auto;
}

figcaption {
  color: #999;
  font-size: 90%;
  text-align: center;
}
