#particles-container {
            width: 100%;
            height: 500px; /* Можно изменить на нужную высоту */
            position: relative;
            background: #0f0f1a;
            overflow: hidden;
        }
        
        .content-inside {
            position: relative;
            z-index: 2;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .regular-content {
            padding: 20px;
            background: white;
            height: 1000px; /* Для демонстрации прокрутки */
        }