.splash-screen{width:100%;height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.6rem}.splash-screen .loading-dot{font-size:12rem;margin-top:-7rem;position:relative;animation:ease-in-out infinite alternate;animation-name:loadingAnime;animation-duration:1.2s}@keyframes loadingAnime{0%{left:-10rem;color:#eee}50%{color:#cc3656}to{left:10rem;color:#eee}}