nav{width:100%;justify-content:center;background:var(--sec-color)}.navPlacer,nav{height:100%;display:flex;align-items:center}.navPlacer{width:90%;flex-direction:row;justify-content:space-between;margin:0 auto}.navPlacer a{text-decoration:none;color:black}.navLogo div,.navLogo img{cursor:pointer}.navLogo div{font-size:3rem;width:45px;height:45px;border-radius:5px;display:flex;justify-content:center;align-items:center;background:var(--pri-color);font-family:BoldGrote}@media only screen and (max-width:992px){.navPlacer{width:95%}}@media only screen and (min-width:1620px){.navPlacer{width:1220px}}