.link-style-btn {
    cursor: pointer;
    border: none;
    background: none;
    color: #3490dc;
}

.link-style-btn:hover {
    text-decoration: underline;
    color: #1d68a7;
}

.active {
    color: #000;
    font-weight: bold;
}
.active:hover {
    color: #000;
}