function
scrollToTop(){
window.scrollTo({ top: 0, behavior:
'smooth'
});
}
scrollToBottom(){
window.scrollTo({ top: document.body.scrollHeight, behavior: