*{box-sizing:border-box;margin:0;padding:0}.loading-container{background-color:#63beff;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease-in-out;border:none}.logo-wrapper{text-align:center}.logo{width:130px;height:130px;animation:pulse 2s infinite ease-in-out}.loading-text{color:#fff;font-size:1.5rem;font-family:Arial,sans-serif;margin-top:20px;animation:bounce 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.9}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
