footer {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 2. Overschrijven van de standaard Bootstrap primary-knopstijl */
.btn-primary {
  background-color: #2c3e50 !important;
  border-color: #1a252f !important;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #182533 !important;
  border-color: #0f1720 !important;
}

/* 3. Afbeeldingsweergave in het raster */
.gallery-img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  border-radius: 6px;
}