footer {
  text-align: center;
  padding: 1rem;
  background: var(--footer-bg);
  color: var(--footer-color);
  font-size: 0.9rem;
}

footer .social-links {
  margin-top: 0.5rem;
}

footer .social-links a {
  color: #fff;
  margin: 0 0.60rem;
  font-size: 1.6rem;
  transition: color 0.3s ease;
}

footer .social-links a:hover {
  color: var(--primary-color);
}