.next-particles{
position: relative;
width: 100%;
height: 500px;
}
.next-particles > *{
position: relative;
z-index: 1;
}
.next-particles canvas{
position: absolute;
z-index: 0;
top: 0;
left: 0;
}