body,html{background:#000;background-color:#000}div#stats{height:max(100px,6vh,6vw);opacity:.8;position:fixed;right:0;top:0;user-select:none;width:max(200px,10vw,10vh);z-index:500}#container{background:#000;height:100%;left:0;position:fixed;top:0;width:100%}.canvas-box{background:#000;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transform-origin:0 0}.canvas{background:#000;display:block;height:100%;width:100%}@keyframes rotate_device{0%{transform:rotate(0)}25%{transform:rotate(0)}75%{transform:rotate(90deg)}to{transform:rotate(90deg)}}@keyframes scale_logo{0%{transform:scale(.7)}25%{transform:scale(.7)}75%{transform:scale(1)}to{transform:scale(1)}}.scale_logo_anim{animation-duration:6s;animation-fill-mode:forwards;animation-name:scale_logo}