body {
    background-color: #f8f9fa;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.02);
}
