.header { font-family: monospace; background: papayawhip; display: flex; justify-content: space-between; align-items: center; padding: 10px; gap: 25px; } .logo { font-size: 48px; font-weight: 900; color: tomato; background: white; padding: 4px 32px; } ul { /* this removes the dots on the list items*/ list-style-type: none; display: flex; padding: 0; margin: 0; gap: 15px; } a { font-size: 22px; background: white; padding: 8px; /* this removes the line under the links */ text-decoration: none; }