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

body {
  font-family: "Bitter", serif;
  color: #333;
}

h1 {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 72px;
}

h2 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
  color: #777;
  text-align: center;
  margin-bottom: 72px;
}

.gallery {
  width: 55%;
  max-width: 750px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 72px;
}

img {
  width: 100%;
}

.figure {
  margin-bottom: -0.75rem;
}

.srt, .gallery figcaption {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

@media only screen and (max-width: 750px) {
  .gallery {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */