.blue-link {
    color: blue;
    text-decoration: underline; /* Optional: Makes the link look like a typical hyperlink */
}

.blue-link:hover {
    color: darkblue; /* Optional: Changes color on hover */
}
