#header{
    background-image: url('../img/header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
 li{
display: flex;
flex-direction: row;
justify-content: space-between;
 }