HI Heloá,
Sorry for the delay! Nice job on the project, though. I'd suggest a few things to improve it:
- Give the nav links some horizontal spacing
- Link the nav links to # or javascript:void(0);
- Remove the <div> with the class of btn-main, and apply the class directly to the <a> tag, since that's how the class is meant to be used.
It's also generally considered a good practice to have the value of an attribute in quotes, like this: <a href="#">.
Good job! I hope you enjoy the rest of the projects :)