canvas{cursor:crosshair}.fallback{z-index:1000;position:fixed;left:0;top:0;right:0;bottom:0;background:#000;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.message{z-index:1001;color:#fff;font-size:14px;line-height:20px;max-width:75%;text-align:center}.image{position:fixed;left:0;top:0;right:0;bottom:0;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:50%;filter:blur(4px)}.loader{z-index:1000;left:0;right:0;bottom:0;background:#000}.loader,.progress-bar{position:absolute;top:0}.progress-bar{height:5px;background:#fff;width:0;-webkit-transition:width 1.25s ease-in-out;-moz-transition:width 1.25s ease-in-out;-o-transition:width 1.25s ease-in-out;transition:width 1.25s ease-in-out}.fade-out{animation:fade 1.25s ease-in;-webkit-animation:fade 1.25s ease-in;-moz-animation:fade 1.25s ease-in}@keyframes fade{0%{opacity:1}to{opacity:0}}@-moz-keyframes fade{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fade{0%{opacity:1}to{opacity:0}}*{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}#root,body,html{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#000}body{position:fixed;overscroll-behavior-y:none;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}