/* /CSS/indie.css */
figure {
  margin-bottom: 4rem;
}

figcaption {
  color: var(--pico-muted-color);
  margin-top: 0.5rem;
  line-height: 1.4;
}

@media (min-width: 1000px) {
  .container {
    max-width: 900px;
  }
}