.splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#d3dbdd;color:white;justify-content:center;z-index:9999}.content,.splash-screen{display:flex;align-items:center}.content{flex-direction:column}.logo-text{margin-bottom:2rem;height:100px}.loading-bar-container{width:200px;height:5px;background-color:rgb(185,179,172);overflow:hidden;border-radius:3px}.loading-bar{height:100%;width:50%;background-color:#455763;animation:load 1.5s infinite}@keyframes load{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}