.btn-as-link {
    background: none;
    border: none;
    cursor: pointer;
    color: rgb(0, 48, 96);
}

.btn-as-link:hover {
    color: #0056b3;
}
