.spectrum-Pagination-pageButton:hover {
    background-color: rgba(50,50,50,0.04);
  }
.spectrum-Pagination-pageButton:focus {
    border-color: rgb(55, 142, 240);
  }
.spectrum-Pagination-pageButton.is-selected {
    background-color: rgb(80, 80, 80);
    color: rgb(255, 255, 255);
  }
