You have a navigation menu with multiple <a>
tags.
These links take us to different sections in the same website.
Update the CSS code given below such that when we hover
over a menu item, the background color changes to #333333
,
and the text color changes to #ffffff
.
Use the class menu-item
to select the links.