.page-transition{opacity:0;width:100%;min-height:100vh;animation:.3s ease-out forwards pageFadeIn}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}
