*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3{color:#363636}body{font-family:"Lato",sans-serif}h3,h4{font-weight:400;color:#646464}.song-container{min-height:60vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.song-container img{border-radius:50%;max-width:20%}.song-container h2{padding:3rem 1rem 1rem}.song-container h3{font-size:1rem}.player{min-height:20vh;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.player,.time-control{display:-webkit-flex;display:flex}.time-control{width:50%}.time-control input{width:100%;padding:1rem 0}.time-control p{padding:1rem}.play-control{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:1rem;width:30%}.play-control svg{cursor:pointer}.play-control .play,.play-control .skip-back,.play-control .skip-forward{color:#b5c7ff;font-weight:800}input[type=range]{height:32px;-webkit-appearance:none;margin:10px 0;width:100%}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;animate:.2s;border-radius:25px;border:1px solid #b5c7ff}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{box-shadow:1px 1px 1px #828282;border:1px solid #b5c7ff;height:24px;width:25px;border-radius:50px;background:#b5c7ff;cursor:pointer;-webkit-appearance:none;margin-top:-9px}input[type=range]::-ms-fill-upper{background:#2497e3;border:0 solid #000;border-radius:2px;box-shadow:0 0 0 #000}.library{position:fixed;top:0;left:0;width:20rem;height:100%;box-shadow:2px 2px 50px grey;overflow:scroll;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .5 ease;opacity:0}.library h2{padding:2rem}.library-song{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:1rem 2rem;cursor:pointer}.library-song img{width:30%}.library-song:hover{background:#b5c7ff}.song-description{padding-left:1rem}.song-description h3{font-size:1rem}.song-description h4{font-size:.7rem}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,60.8%,.5) transparent}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,60.8%,.5) transparent;border-radius:20px;border:transparent}.selected{background:#b5c7ff}.active-library{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;z-index:1}nav{min-height:10vh;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}nav button{background:transparent;cursor:pointer;padding:.5rem;transition:all .3s ease}nav button,nav button:hover{border:none}
/*# sourceMappingURL=main.834995c8.chunk.css.map */