body {
    background: #eef2f7;
}

.card-elevated {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.navbar-brand img {
    background: transparent;
}

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