.justify-content-center{
    display: flex !important;
    justify-content: center !important;
   }
   .justify-content-center li {
     list-style: none !important;
     text-align: center !important;
     padding: 10px 20px;
   }
   /* .justify-content-center ul li :hover{
    background-color: #e9ecef;
    
   } */
   ul .page-item{
    border: 1px solid #eee;
    border-right: none;
   }
   .justify-content-center li:last-child{
    border-right: 1px solid #eee;
   }
   .justify-content-center  :hover{
    background-color: #e9ecef;
   }
.justify-content-center {
    display: flex !important;
    justify-content: center !important;
    border-radius: 5px;
    flex-wrap: wrap;
}
button, input, textarea {
  outline: 0;
  border: none;
  font: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}