.hover-effect {
    transition: all 0.3s;
}
.hover-effect:hover {
    background-color: #007bff !important;
    color: white !important;
    transform: scale(1.05);
}
body {
    background: #f8f9fa;
}