"use strict"; function scrollDown(){ document.getElementById('mainLoc').scrollIntoView({block: 'start', behavior: 'smooth'}); }