.scroll-spy {
    scroll-target-group: auto;
}

.scroll-spy a {
    transition-duration: 0.4s;
}

.scroll-spy a:hover {
    color: var(--color-text-b);
}

.scroll-spy a:target-current {
    color: var(--color-highlight-a);
}