body {
    background: #f5f6fa;
    color: #222;
}

.card {
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(50,50,50,0.05);
}

.navbar-dark.bg-dark {
    background: #222831 !important;
}

footer.footer {
    background: #222831 !important;
    color: #b0b3b8;
}

.btn-primary, .btn-success {
    border-radius: .7rem;
}

input, select, textarea {
    border-radius: .4rem !important;
}

.table {
    background: #fff;
    border-radius: .6rem;
    overflow: hidden;
}

.card {
    border: none;
    background: #fff;
}

a, .btn-link {
    color: #3467d6;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #1d2f49;
    text-decoration: underline;
}

.bg-light {
    background: #f5f6fa !important;
}
