:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#02121f}html,body{margin:0;padding:0;height:100%;width:100%;background-color:#02121f}body{display:flex;align-items:center;justify-content:center}canvas{max-width:100%;max-height:100%;margin:0 auto!important}.logo-container{position:absolute;top:20px;left:20px}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#02121f;display:flex;align-items:center;justify-content:center;z-index:1000}.loader{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (min-width:1024px){.game-container{position:relative}}@media screen and (max-width:1024px){.logo-container img{width:75px}}
