body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.navbar-brand { font-weight: bold; color: #2c3e50; }
.btn-warning { background-color: #f1c40f; border-color: #f39c12; }
footer a { text-decoration: none; }
footer a:hover { color: #f1c40f; }
.card { transition: transform 0.3s; }
.card:hover { transform: scale(1.02); }