@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-transition{animation:fadeIn .3s ease-in-out}