.destination_pagination {
    text-align: center;
    height: fit-content;
    padding-top: 30px;
    padding-bottom:20px;
    width: 100%;
  }
  .destination_pagination .page-numbers {
    text-decoration: none;
    padding: 5px 15px;
    background-color: rgb(7, 208, 223);
    border-radius: 5px;
    color: white;
  }
  .destination_pagination .page-numbers:hover {
    background-color: rgb(39, 137, 182);
  }
  .destination_pagination span.current {
    color: white;
    background-color: rgb(39, 137, 182);
  }