* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

main {
  max-width: 900px;
  margin: 0 auto;
}

figure img {
  width: 100%;
}
figure figcaption {
  background: #fff;
  text-align: center;
  padding: 0.5rem;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */