body { background:#fafafa; }
.card { transition:transform 0.2s; }
.card:hover { transform:scale(1.02); }


footer h5 { font-size: 1rem; letter-spacing: 0.5px; }
footer ul li { margin-bottom: 0.4rem; }
footer a:hover { text-decoration: underline; }
footer .bg-secondary { opacity: 0.95; }
