a {
    color: ##2bb5ff; /* Replace with your preferred color code */
    text-decoration: none;
        font-weight: bold;
}

a:hover {
    color: #FFFF00; /* Optional: change color when hovering */
    }