h3{color:red;
    
    
}
.navbar a:visited {
  color: #ff0000 !important;   /* Your custom color */
  text-decoration: none !important; /* Removes the underline */
}

.navbar a:hover, 
.navbar a:active {
  color: #00ff00 !important;   /* Your hover color */
  text-decoration: none !important; /* Keeps underline off on hover */
}