What I\'m trying to do is make it so that if you click on a button, it scrolls down (smoothly) to a specific div on the page.
What I need is if you click on the butt
You can use basic css to achieve smooth scroll
html { scroll-behavior: smooth; }