#hero-particles{
    width:100%;
    height:100vh;
    background:#000;
    overflow:hidden;
    position:relative;
}

#particleCanvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    display:block;
}