html, body { min-height: 100%; }
.animate-fade-in { animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }

