html, body {
    background-color: #121212;
    color: #e0e0e0;
}

.card {
    border: 1px solid #2a2a2a;
}

.card-header {
    background-color: #1e1e1e;
    border-bottom: 1px solid #2a2a2a;
}

.table-dark {
    --bs-table-bg: transparent;
}
