body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table th {
    border-top: none;
}

.btn {
    border-radius: 0.25rem;
}

.form-control {
    border-radius: 0.25rem;
}

.alert {
    border-radius: 0.25rem;
}

footer {
    margin-top: auto;
}