/* Standard solution for anchors with a fixed header */
section[id] {
    scroll-margin-top: 100px; /* Margin for anchors */
    padding-top: 30px; /* Additional space at the top of section */
}
