@import url('./main.css');

/* Gallery page details */
.gallerypage-header {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 2rem 0;
  text-align: center;
  border-radius: 0 0 24px 24px;
}

.gallerypage-content {
  background: #f7fbff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(30, 60, 120, 0.06);
  padding: 2rem;
  margin: 2rem auto;
  max-width: 900px;
} 