.footer-content {
  text-align: center;
  padding: 2rem;
  background-color: #111;
  color: #ccc;
}

.footer-content .social-icons {
  margin-top: 1rem;
}

.footer-content .social-icons a {
  color: #ccc;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.footer-content .social-icons a:hover {
  color: #a855f7; /* purple accent */
}
