.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination strong {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination strong {
    background-color: #cb935d;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.pagination strong:hover:not(.active) {
    background-color: #000000;
    border-radius: 5px;
}
