html {
    font-size: 14px;
}

body {
    background: #f5f7fb;
}

.card {
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.btn {
    border-radius: 8px;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.table thead th {
    background: #f8f9fa;
    border-top: none;
}

.footer {
    background: white;
}

main {
    flex: 1;
}