.nav{display:flex;justify-content:center;align-items:center;height:6rem;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute}
header{z-index:1;position:sticky;top:0}
.menu__container{display:flex;justify-content:space-between;align-items:stretch;width:90%;margin-top:1.6rem;margin-bottom:1.6rem}
.nav__logo{height:100%}
.nav__logo img{height:4vh}