.contactLink {
  color: #c8e6c9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contactLink:hover {
  color: #ffffff;
}

