body {
    background-color: #f8f9fa;
}
.navbar-brand {
    font-weight: bold;
}
.card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.btn-primary {
    border-radius: 5px;
}
