body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url('https://static.tildacdn.com/tild3265-3261-4333-a361-353739633737/noise.gif');
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.05;
  z-index: 1000;
}

.t-records {
  position: relative;
  z-index: 2;
}

