*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3{color:#353535}body{font-family:"Lato",sans-serif}h3,h4{font-weight:400;color:#646464}.App{transition:all .5s ease}.library-active{margin-left:30%}.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%}}.player{min-height:20vh;flex-direction:column;justify-content:space-between}.player,.player .time-control{display:flex;align-items:center}.player .time-control{width:50%}.player .time-control input{width:100%;padding:1rem 0;-webkit-appearance:none;background:transparent;cursor:pointer}.player .time-control p{padding:1rem}.player .play-control{display:flex;justify-content:space-between;align-items:center;padding:1rem;width:30%}.player .play-control svg{cursor:pointer}.track{background:wheat;width:100%;height:1rem;position:relative;border-radius:1rem;overflow:hidden}.track .animate-track{background:#ccc;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateX(0);padding:1rem;pointer-events:none}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}@media screen and (max-width:768px){.player .time-control{width:90%}.player .play-control{width:60%}}.library{position:fixed;top:0;left:0;width:20rem;height:100%;background:#f5f5f5;box-shadow:2px 2px 50px #cecece;overflow:scroll;overflow-x:hidden;transform:translateX(-100%);transition:all .5s ease;opacity:0}.library h2{padding:2rem}.library .library-song{display:flex;align-items:center;padding:1rem 2rem;transition:all .75s ease-out;cursor:pointer}.library .library-song:hover{background:#cfcfff}.library .library-song.selected .song-description h3,.library .library-song.selected .song-description h4{color:#f5f5f5}.library .library-song h2{padding:0}.library .library-song img{width:30%}.library .library-song .song-description{padding-left:1rem}.library .library-song .song-description h3{font-size:1rem}.library .library-song .song-description h4{font-size:.7rem;font-style:italic}*{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);border-radius:20px;border:transparent}.selected{background:#bdbaee}.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;cursor:pointer;border:2px solid #444;padding:.5rem;transition:all .5s ease}nav button:hover{background:#444;color:#f5f5f5}@media screen and (max-width:768px){nav button{z-index:10}}
/*# sourceMappingURL=main.886dd926.chunk.css.map */