*{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}.App{transition:all 1s ease;max-height:100vh}.library-active{margin-left:10%}@media screen and (max-width:550px){.library-active{position:absolute;top:10vh;transition:all 1s ease}.song-container{width:100%}}.player-container{min-height:20vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.time-control{padding-top:5rem;width:70%;display:flex;justify-content:space-between}.time-control input{width:100%;-webkit-appearance:none;background:transparent;cursor:pointer}.time-control p{padding:0 1rem;margin-bottom:1rem}.track{margin-top:.2rem}.play-control{width:50%;display:flex;flex-direction:row;justify-content:space-evenly;padding:1rem 2rem}.play-control svg{cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px}.track{background:#add8e6;width:200%;height:1rem;position:relative;border-radius:1rem;overflow:hidden}.animate-track{background:#ccc;width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}@media screen and (max-width:800px){.time-control{width:85%}.play-control{width:100%}}.song-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all 1s ease}.song-container img{width:25%;border-radius:50%;margin-top:4rem}.song-container h2{padding:3rem 1rem 1rem}.song-container h3{font-size:1.2rem}@media screen and (max-width:1200px){.song-container img{width:40%;margin-top:5rem}.song-container h2{padding:2rem 1rem 1rem}}@media screen and (max-width:850px){.song-container{min-height:50vh}.song-container img{width:60%;margin-top:10rem}.song-container h2{padding:1.5rem 1rem 1rem}}.library{position:fixed;top:0;left:0;width:24rem;height:100%;box-shadow:2px 2px 50px grey;background:#fff;overflow:scroll;transform:translate(-120%);transition:all 1.2s ease}.library h1{padding:1.5rem 2.5rem 2.5rem 2rem}.library-songs{display:flex;flex-direction:column}*{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:#7e7e7e}.selected{transform:translate(0);transition:all 1s ease}@media screen and (max-width:550px){.library{position:fixed;width:100%;z-index:1}}.library-song{display:flex;direction:row;align-items:center;padding:2rem .5rem}.library-song img{width:30%;margin-left:2rem}.library-song:hover{background:#ebebeb}.info{padding-left:1rem}.info h3{font-size:1.25rem;padding-bottom:.5rem}.info h4{font-size:1rem}.selected-song{background:#ebebeb}.navbar{height:10vh;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.navbar button{background:transparent;cursor:pointer;border:2px solid #000;padding:.85rem;transition:all .5s ease}.navbar button:hover{background-color:#3f0d12;background-image:linear-gradient(315deg,#3f0d12,#a71d31 74%);border:2px solid #000;color:#fff}@media screen and (max-width:550px){.lib-selected{background-color:#fff;position:fixed;z-index:2;top:0;left:0}.lib-selected button{background-color:#3f0d12;background-image:linear-gradient(315deg,#3f0d12,#a71d31 74%);border:2px solid #000;color:#fff;transition:all .1s ease}}
/*# sourceMappingURL=main.9caaa046.chunk.css.map */