footer a {
  transition: color 0.3s;
}
footer a:hover {
  color: #d1d5db;
}
