#particles-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

#smooth-wrapper,
#smooth-content,
section,
main {
    position: relative;
    z-index: 1;
}

body {
    background-color: #050510;
}
