.overmij-section-social {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 0;
}
.overmij-section-social a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.2s;
}
.overmij-section-social a:hover {
  color: #ffff00;
}
.overmij-quote{
  font-style:italic; 
  color:#888; 
  margin-top:18px;
  text-align: center;
}

/* Responsive afbeelding alleen voor de overmij-foto */
.main-content img.overmij-foto {
  display: block;
  margin: 24px auto 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Mobiel (450px en kleiner) */
@media (max-width: 500px) {
  .overmij-section-social {
    margin-top: 28px;
  }
  .overmij-section-social a {
    font-size: 1.2rem;
  }
}
