.table-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow-x: auto;

    padding-left: 10px;
}

.table-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -18px;
}

table {
    width: 100%;
    max-width: 1200px;

    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: center;
}

th {
    position: sticky;
    top: 0;
}