body{
    font-family: 'Segoe UI';
    background:#f5f9ff;
}

.navbar{
    background:#0d6efd;
}

.card{
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.btn-primary{
    background:#0d6efd;
}

.table thead{
    background:#e7f0ff;
}

.form-control{
    border-radius:8px;
}