.App{display:flex;justify-content:center;align-items:center;position:relative}.muteBtn{position:absolute!important;top:10px;right:20px;color:#ff2b2b}.game{animation:blinker 3s linear infinite}.loading{--speed-of-animation: .9s;--gap: 6px;--first-color: #4c86f9;--second-color: #49a84c;--third-color: #f6bb02;--fourth-color: #FF0032;--fifth-color: #2196f3;display:flex;justify-content:center;align-items:center;width:100%;gap:12px;height:400px}.loading span{width:6px;height:200px;background:var(--first-color);animation:scale var(--speed-of-animation) ease-in-out infinite}.loading span:nth-child(2){background:var(--second-color);animation-delay:-.8s}.loading span:nth-child(3){background:var(--third-color);animation-delay:-.7s}.loading span:nth-child(4){background:var(--fourth-color);animation-delay:-.6s}.loading span:nth-child(5){background:var(--fifth-color);animation-delay:-.5s}.loading+h1{text-align:center;font-family:Roboto,sans-serif;background:linear-gradient(90deg,rgba(131,58,180,1) 0%,rgba(253,29,29,1) 50%,rgba(252,176,69,1) 100%);-webkit-text-stroke:1px transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:32px}@keyframes scale{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}@keyframes blinker{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}
