/* css styles */
a {
  color: #1A0DAB;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #174ea6; /* deeper blue on hover */
}

