@charset "utf-8";

#particles-grey {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

#particles-grey canvas {
    display: block;
    height: 100%;
    width: 100%;
}