body {
    font-family: Arial, sans-serif;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}