I am encountering an issue with the fixed navigation bar on my website. The links in the navigation bar take me to different sections further down the page, but because the bar has a height of 60px, it covers up the beginning 60px of each section. I have tried using CSS to target the element and offset it by 60px, but it only creates a gap between two sections rather than solving the problem. I also came across this resource on how to offset where a fixed nav bar takes you, but it hasn't worked for me: How do I offset where my fixed nav bar takes me?