.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#000}.loader-bar{width:250px;height:8px;background-color:#444;border-radius:4px;overflow:hidden;margin-bottom:20px}.loader-progress{width:20%;height:100%;background-color:#fff;animation:loading 3s linear forwards;border-radius:4px}@keyframes loading{0%{width:0%}to{width:100%}}.loader-text{font-family:Arial,sans-serif;font-size:16px;letter-spacing:5px;color:#fff}#root{width:100vw;height:100vh}body{margin:0}
