Adjunto mi versión de código css para el header
.cabecera {
display: flex;
justify-content: space-between;
align-items: center;
background: #f9f9f9;
padding-left: 2rem;
padding-right: 2rem;
}
a {
text-decoration: none;
cursor: pointer;
}
ul {
list-style: none;
}
.menu .menu-lista {
display: flex;
width: 400px;
justify-content: space-around;
background: whitesmoke;
}
![]( )
el background de menu-lista es solo para referencia del width