Refactor challenge 6 / 17
That's a lot of custom CSS in the example for a simple header!
Now imagine needing custom CSS for most elements on the page. It will grow and grow and you will soon lose confidence in removing unused CSS. Removing a style for one page breaks the design on a different page, etc.
Try refactoring this using Tailwind. Find a possible solution in the solution tab in the editor.
Search the docs in the second tab on the right for what classes are available.