a {
    text-decoration: none;
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card-link .card-body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}