html,body{height:100%;overscroll-behavior:none;margin:0;padding:0;-ms-overflow-style:none;scrollbar-width:none;-webkit-user-select:none;user-select:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-family:sans-serif;color:#d3d3d3;background:linear-gradient(to bottom,#111,#000) fixed}#youtubePlayer,#youtubeInfoGrabber{display:none}nav{display:flex;flex-direction:row;border-radius:1vh;margin:.6vh;overflow:hidden}.link{color:#000;text-decoration:none;background-color:#d3d3d3;flex:1;padding:1vh;text-align:center}.link:hover{background-color:#a9a9a9}.selected{background-color:gray}.buttons{display:flex;flex-direction:row;height:50px}.buttons>*{margin:0 5px;cursor:pointer}button{border:none;font-size:inherit;border-radius:10px;cursor:pointer}.playBar{width:100%;height:2vh;background-color:#a9a9a9;cursor:pointer}.playBarProgress{background-color:gray;height:100%}.player{display:flex;flex-direction:column;align-items:center;margin:0 5%}.player>*{margin:1%}.coverArt{height:50vh}.songEntry{display:flex;height:50px;flex-direction:row}.songEntry:hover{background-color:gray}.songEntry>img{cursor:pointer}.songEntry>input{flex:1;background:transparent;border:none;color:inherit;font-size:inherit}.songsList{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.fileInput{border:lightgray dashed 3px;border-radius:5vh;box-sizing:border-box;width:98%;margin:1%;height:40vh;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#00f;text-decoration:underline}.fileInput>img{width:20%;height:20%;object-fit:contain}.youtubeInput{display:flex;flex-direction:row;width:100%;height:50px}.youtubeInput>input{flex:5;border:none;outline:none}.youtubeInput>button{flex:1;background-color:#90ee90}.youtubeInput>*{margin:0 5px;border-radius:10px}.finishUploadButton{flex:5;background-color:#90ee90}.clearButton{flex:1;background-color:#f08080}.curator{margin:1%}
