
.table-wrapper {
    display: flex;
    justify-content: center;
}

table {
    border-collapse: collapse;
    padding-inline-start: 1em;
}
th {
    text-align: left;
    font-weight: bold;
}
th, td {
    padding-inline-end: 2em;
    padding-block: 0.8em;
    font-size: 0.9em;
}
