.loadingScreen{display:flex;justify-content:center;align-items:center;width:100%;height:auto;font-size:2rem}.loadingScreen .dot{position:relative;width:2rem;height:2rem;margin:.8em;border-radius:50%}.loadingScreen .dot:before{position:absolute;content:"";width:100%;height:100%;background:inherit;border-radius:inherit;animation:anime 2s ease-out infinite}@keyframes anime{50%,75%{transform:scale(2.5)}80%,to{opacity:0}}.loadingScreen .dot:first-child{background-color:#4285f5}.loadingScreen .dot:nth-child(2){background-color:#ea4436}.loadingScreen .dot:nth-child(3){background-color:#fbbd06}.loadingScreen .dot:nth-child(4){background-color:#34a952}.loadingScreen .dot:nth-child(5){background-color:#cf9fff}.loadingScreen .dot:first-child:before{animation-delay:.2s}.loadingScreen .dot:nth-child(2):before{animation-delay:.4s}.loadingScreen .dot:nth-child(3):before{animation-delay:.6s}.loadingScreen .dot:nth-child(4):before{animation-delay:.8s}.loadingScreen .dot:nth-child(5):before{animation-delay:1s}