
figure {
  padding: .5rem .5rem;
  border-radius: .5rem;
}

figure.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

figcaption {
  font-size: 0.8rem;
  color: #4b5563;
  margin-bottom: 1rem !important;
  text-align: center;
}

figcaption code {
  border: 0px !important;
  font-size: 0.7rem !important;
}
