.link-footer {
  color: #bbbbbb;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.link-footer:hover {
  color: #00bfff;
}

