*{box-sizing:border-box;margin:0;padding:0;font-family:Gilroy,sans-serif}.library{background:#eee;flex:1;height:300px;overflow:scroll;box-shadow:2px 2px 50px #00000034}.library-song{align-items:center;padding:1rem 2rem;display:flex}.library-song:hover{background:#daebff}.song-description{padding-left:1rem}.song-description h3{font-size:1rem}.song-description h4{color:gray;font-size:.7rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#ffb7b7;border-radius:10px}::-webkit-scrollbar-track{background:#ddd}.selected{background:#ffe6ff}.library-nav{padding:2em}.icon-library{cursor:pointer;color:gray}@media screen and (max-width:1100px){.library{width:80%;max-height:300px}}@media screen and (max-width:768px){.library{width:100%;max-height:300px}}.player{flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:20vh;display:flex}.time-control{align-items:center;width:100%;display:flex}.time-control input{-webkit-appearance:none;cursor:pointer;background-color:#0000;width:100%}.time-control p{color:#ddd;padding:1rem;font-weight:700}.play-control{justify-content:space-between;align-items:center;width:80%;padding:1rem;display:flex}.play-control svg{cursor:pointer}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px}.track{background:#add8e6;border-radius:1rem;width:100%;height:1rem;position:relative;overflow:hidden}.animate-track{pointer-events:none;background:#ccc;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(0%)}.icon{color:#ddd;cursor:pointer}@media screen and (max-width:768px){.player{justify-content:flex-start}.time-control,.play-control{width:100%}}.song-container{flex-direction:column;justify-content:start;display:flex}.song-container img{border-radius:5%;width:200px;height:200px}.song-container h3,.song-container h4{font-size:1rem}.song-text{color:#d5dbde}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotateSong{animation:20s linear infinite forwards rotate}nav{justify-content:space-around;align-items:center;min-height:10vh;display:flex}nav button{cursor:pointer;background:0 0;border:2px solid #414141;padding:.8rem;transition:all .3s}nav button:hover{color:#fff;background:#414141}@media screen and (max-width:768px){nav button{z-index:10}}.album-player{flex-direction:column;flex:5;gap:20px;min-width:600px;padding:20px;display:flex}.upper-container{gap:20px;display:flex}h1,h2,h3{color:#363636}h3,h4{font-weight:600}button{font-weight:700}@media (max-width:1100px){.upper-container{flex-direction:column;align-items:center}.album-player{min-width:500px}}@media (max-width:450px){.album-player{min-width:340px}}
.container{flex-direction:column;align-items:center;padding:60px 0 40px;display:flex}.album{border-radius:20px;max-width:50%;padding:10px 0}.albumInfo{flex-direction:column;display:flex}.textDiv{flex-direction:column;gap:16px;display:flex}.paragraph{white-space:pre-line;padding:0 2%}.text{text-align:center;line-height:1.5}@media (max-width:1100px){.album{max-width:80%}}@media (max-width:750px){.container{margin:0;padding:20px}.album{width:100%;max-width:none}}
