html::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("noise.webp") repeat;
    opacity: .03;
    pointer-events: none;
    z-index: 1;
}

#allrecords {
    position: relative;
    z-index: 2;
}