body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}

h1 {
    font-weight: bold;
}

.table thead th {
    text-align: center;
}

.table td, .table th {
    vertical-align: middle;
}