.contact-link {
  color: #6c757d;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #1fc9c8 !important;
  transform: scale(1.05);
}