  #pagination .flexpag{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
    margin-top: 75px;
}
  #pagination .itemnum {
    border: 1px solid #d8dde1;
    color: #1f2732;
   font-size: 20px;
 
    font-weight: 500;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  #pagination .itemnum.active {
    border: 1px solid #000;
    color: #1f2732;
}
  #pagination .itemnum:hover {
    border: 1px solid #000;
    color: #1f2732;
}
  #pagination .arrow {
    border: 1px solid #d8dde1;
    color: #1f2732;
    font-size: 20px;
 
    font-weight: 300;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
}
  #pagination .arrow:hover {
    border: 1px solid #000;
    color: #1f2732;
}
  #pagination .arrow.left { margin-right: 15px;}
 







