*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000}#logo{position:fixed;top:50%;left:50%;transform:translate(-50%,-90%);max-width:70%;max-height:70%;width:auto;height:auto;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .2s ease-out}#app{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}canvas{display:block;touch-action:none;cursor:grab}canvas:active{cursor:grabbing}
