#bg-matrix {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: #000;
    display: block;
    pointer-events: none;
}

body.loading #bg-matrix {
    filter: blur(1px);
    opacity: 0.8;
}
