.hover-link {
  color: white; /* Default text color */
  text-decoration: none; /* Remove underline from link */
}

.hover-link:hover {
  color: #0577bc /* Change text color to blue on hover */
}

