/* card */
.card .card-header.card-header-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    text-decoration: none;
}

.link:hover {
    color: #344767;
    text-decoration: none;
}