#loading-screen{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;flex-direction:column;font-size:20px;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.bouncing-ball{animation:bounce 1.5s ease-in-out infinite;background-color:#3498db;border-radius:50%;height:10px;margin-left:-30px;width:10px}@keyframes bounce{0%,to{transform:translateY(8px)}50%{transform:translateY(-12px)}}.loading-text{color:#555;display:inline-block;font-size:30px;font-weight:700;white-space:nowrap}.loading-text span{animation:color-cycle 6s ease-in-out infinite;display:inline-block}@keyframes color-cycle{0%{color:#555}50%{color:#fff}to{color:#555}}#content{display:none}