You made a typo in one of your section’s id - it’s different than header’s text. Besides you use same id for two different elements (section and header) - this is not correct, id is unique.
Same story for nav-link.
I’ve seen at least 3 typos in your code, verify it.