Task 0: Navigation Bar
This navigation bar demonstrates Flexbox properties:
- display: flex - Makes the header a flex container
- justify-content: space-between - Places logo on left, nav on right
- align-items: center - Vertically centers both elements
- gap: 30px - Adds consistent spacing between navigation links
- Responsive design - Adapts to mobile screens