html, body {
  background-color: #000 !important;
  color: #fff;
  margin: 0;
  padding: 0;
  overscroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#allrecords {
  background-color: #000 !important;
  /* height не задаём, пусть рассчитывается естественно */
}

.t-rec {
  background-color: transparent !important;
}

