.row #table_body {
    margin-top: 12rem important !;
    background-color: red;
}

.card {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.card-img-top:hover {
    box-shadow: 3%;
}