/* assets/css/custom.css */
.card {
    transition: transform 0.2s;
}
.card:hover {
    transform: scale(1.05);
}