

    if(innerWidth < 480) {
        const sf = new Snowflakes({
            color: "#ffffff",
            count: 40,
            speed: 0.5,
            rotation: true,
            minOpacity: 0.5,
            maxOpacity: 0.9,
            minSize: 6,
            maxSize: 12,
            wind: true
        })
    } else {
        const sf = new Snowflakes({
            color: "#ffffff",
            count: 100,
            speed: 1.2,
            rotation: true,
            minOpacity: 0.5,
            maxOpacity: 0.9,
            minSize: 6,
            maxSize: 16,
            wind: true
        })
    }
