.footer-link {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .social-icon {
    font-size: 1.5rem;
    color: #e0e0e0;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  .social-icon:hover {
    color: #00e1ff;
    transform: scale(1.2);
  }