Having trouble navigating through the submenus? Here's a solution!
*,body{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style-type: none;
font-family: 'Open Sans Condensed';
background-color: white;
}
/* Include additional CSS styling for better alignment */
Check out the Codepen demo for a live example.