header {
    background-image: linear-gradient(180deg, #dfe9f3 20%, #ffffff 95%);
}

header div {
    max-width: 37rem;
}

.accordion-button {
    border: 1px solid #dee2e6ab;
    border-radius: 0.5rem;
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #dee2e66a;
}

.accordion-item {
    background: #ffffff;
    border: 1px solid #dee2e6ab;
    border-radius: 0.75rem;
    margin-bottom: 15px;
}

th:first-child,
td:first-child {
    position: sticky;
    left: 0;
}