*{box-sizing:border-box;margin:0;padding:0}body{font-family:Lato,sans-serif}*{scrollbar-color:hsla(0,0%,61%,.5) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,61%,.5);border:transparent;border-radius:20px}h1,h2{color:#363636}h3,h4,h5,h6{color:#646464;font-weight:400}.app{transition:all .5s ease}.app-open-library{margin-left:20%}.nav{align-items:center;display:flex;justify-content:space-around;min-height:10vh}.nav .nav-button{background:transparent;border:2px solid #414141;cursor:pointer;outline:none;padding:.5rem;transition:all .3s ease}.nav .nav-button:hover{background:#414141;color:#fff}.library{background:#fff;box-shadow:2px 2px 50px #ccc;height:100%;left:0;opacity:0;overflow-y:auto;position:absolute;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .5s ease;width:20rem;z-index:10}.library .library-title-bar{align-items:center;display:flex;justify-content:space-between;padding:2rem}.library .library-title-bar .close-library{cursor:pointer;display:none}.library .library-song{align-items:center;cursor:pointer;display:flex;padding:1rem 2rem;transition:background .5s ease}.library .library-song .song-cover{width:30%}.library .library-song .song-description{padding-left:1rem}.library .library-song .song-description .song-title{font-size:1rem}.library .library-song .song-description .song-artist{font-size:.7rem}.library .library-song:hover{background:#dedeff}.library .song-selected{background:#91a5da}.open-library{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.library{width:100%}.library .library-title-bar .close-library{display:block}.library .library-song .song-cover{width:20%}}.song{flex-direction:column;min-height:60vh}.song,.song .song-cover{align-items:center;display:flex;justify-content:center}.song .song-cover{position:relative;width:20%}.song .song-cover .song-cover-img{border-radius:50%;width:100%}.song .song-cover .song-cover-hole{background:#fff;border-radius:50%;height:10%;position:absolute;width:10%}.song .song-name{margin:2rem 1rem 1rem}.song .song-artist{font-size:1rem}.song .song-playing{-webkit-animation:song-playing-animation 10s linear 0s infinite normal none;animation:song-playing-animation 10s linear 0s infinite normal none}.song .song-paused{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes song-playing-animation{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes song-playing-animation{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:768px){.song .song-cover{width:35%}}.player{flex-direction:column;justify-content:space-between;min-height:20vh}.player,.player .player-time{align-items:center;display:flex}.player .player-time{width:50%}.player .player-time .song-time{padding:1rem}.player .player-time .player-bar{border-radius:1rem;height:.75rem;overflow:hidden;position:relative;width:100%}.player .player-time .player-bar input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%}.player .player-time .player-bar input[type=range]:focus{outline:none}.player .player-time .player-bar input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px}.player .player-time .player-bar input[type=range]::-moz-range-thumb{appearance:none;background:none;border:none}.player .player-time .player-bar .player-bar-track{background:#ccc;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.player .player-controls{align-items:center;display:flex;justify-content:space-between;padding:1rem;width:50%}.player .player-controls svg{cursor:pointer}@media only screen and (max-width:768px){.player .player-time{width:80%}.player .player-time .player-bar{height:.5rem}.player .player-controls{width:80%}}
/*# sourceMappingURL=main.894676e1.css.map*/