.button{font-size:1.2rem;padding:.5rem;background:#ffffffd9;border-radius:8px;text-align:center;color:#222;text-decoration:none;font-weight:700;box-shadow:0 2px 8px #00000026;cursor:pointer;-webkit-user-select:none;user-select:none;position:absolute;z-index:10;bottom:6dvh;right:10vw}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;background-color:#171720;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}html,body{width:100%;height:100%}body{position:fixed;overflow:hidden;overscroll-behavior-y:none;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;color:#000}.loading-screen{position:relative;display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.spinner{width:100px;height:100px;border:5px solid rgba(255,255,255,.3);border-top:5px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
