l' hover rimane sempre blu poi se aggiungo immagini centrali và a ricoprire tutto il resto per inserire sfondo link e tre icone c'ho messo ore
codice:
#link {
display: flex;
flex-direction: row;
}

.sfondoimg {
position: absolute;
width: 100%;
height: 120px;
}

.logoimg {
position: absolute;
width: 19%;
left: 35px;
top: 30px;
}

.linkul {
position: absolute;
list-style-type: none;
right: 470px;
margin-top: 35px;
}

.linkli {
display: inline;
}

.linka {
font-size: 1.7rem;
margin-right: 30px;
color: rgb(253, 253, 253);
text-decoration: none;
}

a:hover {
background-color: rgb(105, 99, 99);
border-radius: 4px;
padding: 3px;
}

#treimmagini.face {
width: 50px;
position: absolute;
margin-left: 1300px;
margin-top: 50px;
}

#treimmagini.whatsapp {
width: 50px;
position: absolute;
margin-left: 1200px;
margin-top: 50px;
}

#treimmagini.instagram {
width: 50px;
position: absolute;
margin-left: 1100px;
margin-top: 50px;
}

#immaginicentraliimg {
margin-top: 150px;
padding-top: 150px;
width: 100%;
height: 600px;
object-fit: unset;
}