body{
    background: rgb(88,88,88);
    background: radial-gradient(circle, rgba(88,88,88,1) 41%, rgba(24,23,23,1) 87%);
}

.card-img-top {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
}

.card-body{
    height: 260px;
}

.card-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px; 
}
