*{ padding: 0; margin: 0; box-sizing: border-box; } #logo{ font-size: 50px; align-items: center; display: flex; color: white; } body{ background:rgb(41, 38, 38); } header{ background: black; display: flex; justify-content: space-between; align-items: center; } ul{ display: flex; } ul a{ color: white; justify-content: space-around; margin-left: 32px; text-decoration: none; list-style: none; } #login, #signup{ } Document