behavior: "instant",
block: "start",
inline: "start"
}
const navbarHeight = 80;
const scrollIntoView = (el) => {
el.scrollIntoView(scrollIntoViewOptions)
if ((window.innerHeight + window.scrollY) <= document.body.offsetHeight - navbarHeight ) {
window.scrollBy(0,-navbarHeight )
}