// When navigating with the keyboard, prevent focus from landing behind the sticky header
main {
a,
button,
[tabindex="0"] {
scroll-margin-top: 100px;
scroll-margin-bottom: 100px;
}