scrollToTop() { window.scrollTo(0,0); }
document.body.scrollIntoView({behavior: 'smooth', block: 'start'});