After learning JavaScript, I decided to create a page on Github. Everything seems fine, except that the JS code for canvas doesn't scale to fit the entire HTML page. The particles only bounce off the initial window, leaving empty space when scrolling down. How can I adjust the JS canvas code so that the particle effect covers the entire page?
TLDR: How do I modify the JS code to make the particle effect span the entire HTML page instead of just the initial window?
Relevant file: https://github.com/devkapupara/devkapupara.github.io