body{margin:0;padding:0}.splashContainer{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;display:flex;justify-content:center;align-items:center;height:100vh;margin:0}.loader-container{display:flex;justify-content:center;align-items:center}.dot{width:10px;height:10px;background-color:#aeaeae;border-radius:50%;margin:0 5px;opacity:0;animation:appear 1s infinite}.dot1{animation-delay:.2s}.dot2{animation-delay:.4s}.dot3{animation-delay:.6s}@keyframes appear{0%{opacity:0}50%{opacity:1}to{opacity:0}}
