#header{width:100%; display:flex; justify-content:space-between; padding:12px 20px; box-sizing:border-box}
#header .logo{width:120px; place-self:Center;}
#header .logo img{width:100%;}
#header .menu{place-self:center; display:flex; gap:80px}
#header .menu li{font-size:18px; color:#222; place-self:Center;}

.img{width:100%;}
.img img{width:100%;}
