.cat-card-img {
    height: 250px;
    object-fit: cover; 
    border-radius: 8px 8px 0 0;
}

.card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px); 
}

#refresh-btn {
    transition: all 0.2s;
}