#changePages{
    display: flex;
    font-size: 20px;
    column-gap: 20px;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 2%;
}

#nextPage{
    cursor: pointer;
}

#previousPage{
    cursor: pointer;
    color:grey
}

#pageNumber{
    font-size: 13px;
    display: flex;
    align-items: center;
}