@media screen and  (min-width: 600px) {

#burger, .navMobile {
    display: none
}
a:first-child{
    width:37%;
    max-width:250px;
}
.desktop{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-inline: 20px;
}
.menuNav, #networks{
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* width:40%; */
    font-size: 1rem
}
.menuNav{
    gap:50px
}
nav  {
    justify-content: start;
    
}

}