.card {
    margin-bottom: 1rem;
}
.card-img-top {
    padding-top: .5rem;
    width: 4rem;
}

img {
    height: 64px;
    width: 64px;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}