body{min-height:100vh;min-height:-webkit-fill-available;-webkit-animation:fade-in .5s cubic-bezier(.47,0,.745,.715) both;animation:fade-in .5s cubic-bezier(.47,0,.745,.715) both;animation-fill-mode:forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
