body {
    background-color: #f8f9fa;
}

.card {
    transition: box-shadow .2s;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
}
