body,html{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}body{display:grid;place-items:center;background-color:#d3d3d3}canvas{z-index:99999}body>div#app,body>div#background{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}div#background{background-image:url(../i/background.apng);background-repeat:repeat;background-size:1.75em;filter:blur(3px);z-index:-99999}div#songs{position:absolute;top:0;left:0;padding-top:4em;padding-left:4em;z-index:100;display:flex;justify-content:space-between}div#songs>img{font-size:4em;width:1em;height:1em;aspect-ratio:1/1;margin:0;padding-right:.05em;-webkit-user-select:none;-ms-user-select:none;user-select:none}.window{box-shadow:7px 7px 10px 2px rgba(0,0,0,.3)}
