.card {
    filter: grayscale(100%);
}

.card-footer {
    color: #fff;
    background-color: #000;
}

.card-body {
    top: -8%;
}