*{margin:0;padding:0;box-sizing:border-box}.player{min-height:20vh;flex-direction:column;justify-content:space-between}.player,.time-control{display:flex;align-items:center}.time-control{width:50%;justify-content:center}.time-control input{width:100%;-webkit-appearance:none;background:transparent;cursor:pointer}.time-control p{padding:1rem}.play-control{width:30%;display:flex;justify-content:space-between;align-items:center;padding:1rem}.play-control svg{cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px}input[type=range]::-moz-slider-thumb{-webkit-appearance:none;height:16px;width:16px}.track{background:red;width:100%;height:1rem;position:relative;border-radius:1rem;overflow:hidden}.animate-track{background:#ccc;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateX(0);pointer-events:none}@media screen and (max-width:768px){.time-control{width:90%}.play-control{width:60%}}.song-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.song-container img{width:20%;border-radius:50%}.song-container h2{padding:3rem 1rem 1rem}.song-container h3{font-size:1rem}@media screen and (max-width:768px){.song-container img{width:60%}}.rotate{-webkit-animation:rotate 20s linear infinite;animation:rotate 20s linear infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}.library{position:fixed;left:0;top:0;width:20rem;height:100%;box-shadow:2px 2px 50px grey;overflow-y:auto;transform:translateX(-100%);transition:all .5s ease;background-color:#fff;opacity:0}.library h2{padding:2rem}.library-song{display:flex;align-items:center;transition:background .3s ease;padding:1rem 2rem;cursor:pointer}.library-song img{width:30%}.library-song:hover{background-color:#e2e2e2}.song-description{padding-left:1rem}.song-description h3{font-size:1.2rem}.song-description h4{font-size:.8rem}::-webkit-scrollbar{width:5px;background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,60.8%,.5);border-radius:20px;border:transparent}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,60.8%,.5) transparent}.selected{background-color:#ffafff}.active-library{transform:translateX(0);opacity:1}@media screen and (max-width:768px){.library{width:100%}}nav{min-height:10vh;display:flex;justify-content:space-around;align-items:center}nav button{background:transparent;border:2px solid #414141;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease}nav button:hover{background:#414141;color:#fff}@media screen and (max-width:768px){nav button{z-index:10}}h1,h2,h3,h4{color:#707070}body{font-family:"Raleway",sans-serif}.App{transition:all .5s ease}.library-active{margin-left:30%}
/*# sourceMappingURL=main.cc241bec.chunk.css.map */