.pagging-container{
    background: #E1DEDA;
    height: 40px;
    width: 100%;
    min-width: 1130px;
}
.pagging-items{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page{
    float: left;
    padding: 15px;
    cursor: pointer;
}
.current-page{
    float: left;
    padding: 15px;
    cursor: pointer;
    color: black;
}
.page:hover{
    font-family: sans-serif;
    font-weight: bold;
}