if u are using anchor links to jump to sections on a page, add
scroll-margin-top: 100px;
to ur target elements. this prevents the fixed header from
covering up ur content when u navigate. it is much cleaner than adding
useless empty padding to every section. **it also works perfectly with intersection observers