.spectrum-Pagination-pageButton:hover {
    background-color: rgba(44,44,44,0.04);
  }
.spectrum-Pagination-pageButton:focus {
    border-color: rgb(38, 128, 235);
  }
.spectrum-Pagination-pageButton.is-selected {
    background-color: rgb(75, 75, 75);
    color: rgb(255, 255, 255);
  }
