/* Body background to prevent white edges if theme allows */
body {
    background-color: #000;
}

.site-content{
    text-shadow: 0px 0px 5px #000000,0px 0px 5px #000000,0px 0px 5px #000000;
}

/* Background Canvas Style */
#bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Standard background level */
    filter: blur(30px); 
    pointer-events: none; /* Allow clicks to pass through to content */
}
