body{font-family:Arial;background:#121212;color:white;text-align:center;padding:20px}
.light{background:#f5f5f5;color:black}
.song{display:flex;align-items:center;background:#1e1e1e;margin:10px auto;padding:15px;width:350px;cursor:pointer;border-radius:8px}
.song img{width:60px;height:60px;margin-right:15px}
.song:hover{background:#1db954}
.active{background:#1db954}
button{padding:15px;font-size:20px;margin:5px;border:none;border-radius:50%;background:#1db954;color:white;cursor:pointer}
#search,#progress,#volume{width:250px;margin:10px}
.like{margin-left:auto;font-size:24px;cursor:pointer}
