﻿#particleCanvas {
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 0; 
    pointer-events: none;
    width: 100vw; 
    height: 100vh; 
}
