  #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); }