footer a {
  color: var(--white-color);
  font-weight: 600;
}
footer a:hover {
  color: var(--light-color);
  text-decoration: none;
}
