/* Particles Background */
        #particles-js {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
        }

        /* Your content will go here */
        .content {
            position: relative;
            z-index: 1;
            min-height: 100vh;
            /* Add your content styles here */
        }