header{
    display: flex;

}

nav ul{
    display: flex;
    justify-content: center;
    
}

nav ul li{
    list-style: none;
}

nav a{
    text-decoration: none

}