.fade-in{animation:logoFadeIn 1s ease-out forwards;will-change:opacity}@keyframes logoFadeIn{0%{opacity:0}to{opacity:1}}.animate-nav-menu{animation:navMenuFadeIn .3s ease-out forwards;will-change:opacity}@keyframes navMenuFadeIn{0%{opacity:0}to{opacity:1}}