nav { display: flex; height: 100%; align-items: center; justify-content: center; gap: 3rem; } header img { height: 3.5rem; max-width: 20rem; } nav ul { display: flex; align-items: center; gap: 1rem; padding: 1rem 2rem; border-radius: 2rem; list-style: none; margin: 0; } nav a { text-decoration: none; } nav a:hover { text-decoration: underline; }