window.scrollBy(0, 100);
window.scrollTo(0, 100);
element.scrollIntoView({ block: "center" });
optional