.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.content-area{flex:1;padding-bottom:3rem}main{animation:smoothTransition .4s ease-out}@keyframes smoothTransition{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
