.splash{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#151555;z-index:9999;color:#fff;text-align:center;line-height:90vh;animation:fadeOut 5s ease-in-out forwards;overflow:hidden}@keyframes fadeIn{to{opacity:1}}.fade-in{opacity:0;animation:fadeInAndMove 5s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1;height:100%}75%{opacity:1;height:100%}to{opacity:0;display:none;height:0px;z-index:1}}@keyframes fadeInAndMove{0%{opacity:0;transform:translate(0) scale(.5)}30%{opacity:1}60%{opacity:1;transform:translate(0) scale(1)}to{opacity:1;transform:translate(-45%,-45%) scale(.21)}}.centered-cards{display:flex;justify-content:center;align-items:center}.blinking-cursor{margin-left:5px;background-color:#fff;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}50.1%,to{opacity:0}}
