*{box-sizing:border-box;font-family:IBM Plex Mono,monospace}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background:#596064}#loader{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:20px;font-weight:700}#loader svg{animation:spin 3s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#fallback{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:20px}#fallback #wrapper{max-width:600px;padding:50px;display:flex;flex-direction:column;gap:20px}#fallback .section a{color:inherit}#fallback img{border:3px solid black;border-radius:5px;max-width:100%}
