.table-wrapper th:first-child,
.table-wrapper td:first-child {
    background-color: white;
    position: sticky;
    left: 0;
}

.table-wrapper td:first-child{
    font-weight: bold;
}

.table-wrapper th {
    font-size: x-large;
}