  #certifications .card { transition: transform .2s ease, box-shadow .2s ease; }
  #certifications .card:hover { transform: translateY(-2px); box-shadow: 0 1rem 2rem rgba(33,37,41,.12); }

#certifications {
  scroll-margin-top: calc(var(--nav-height, 90px) + 80px);
}