header{
    background-color: #1F3052;
 
    
    display: flex;
    justify-content: space-between;
    
    padding: 20px;
    margin: 0;
}

#logoh{
    justify-content: left;
    size: 150px 150px;
}

#nav{
    display: flex;
    text-align: center;
    align-items: center;
    gap : 20px;

}

#nav a{
    font-family: "linotype-didot-headline", serif;
    font-size: 24px;
    color: #FCDDCB;
    text-decoration: none;
}