I recently created a navbar in react and I'm struggling to align my list of menu options to the top. I was trying to follow a tutorial on YouTube but I can't seem to locate the step where this alignment was done. (YouTube Tutorial Link). Despite my efforts to search and make changes, nothing appears to be working. Here is a screenshot of what I'm seeing, with the top black border indicating where I want 'Home' to align with.
Below is the code for Navbar.js:
(JavaScript code goes here)
And here is the corresponding CSS code in Navbar.css:
(CSS code goes here)
Additionally, here is the CSS code for the button styling in Button.css:
(More CSS code here)
If anyone has any insights or suggestions, I would greatly appreciate the help.