/* Base styles */
body {
  background-color: black;
}

/* Gallery styles */
.gallery-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.composite-section {
  margin-bottom: 2rem;
}

.composite-image-wrapper {
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
}

.individual-section {
  margin-top: 2rem;
}

.individual-image-wrapper {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
