.justify-content-center{
  display: flex !important;
  justify-content: center !important;
  border-radius: 5px;
 }
 .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;
 } */
 table tr td{
  border: 1px solid;
 }