#gallery {
  --img-opacity: .7 !important;
  --hover-img-opacity: 1 !important;
}

.gallery-grid {
  max-width: 1200px;
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
}

#intro, h1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

img {
  transition: opacity ease-in 0.2s !important;
}

a {
  color: #238564 !important;
}

/*# sourceMappingURL=art.css.map */
