.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.table th, .table td {
    text-align: center;
}

.table th:nth-child(2), .table td:nth-child(2) {
    text-align: left;
}
