/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Prevent content from being hidden behind sticky navbar */
section[id] {
  scroll-margin-top: 4rem;
}
