.spotify-module{width:300px;height:300px;background-color:#121212;border-radius:10px;overflow:hidden}.spotify-module .image-container{width:100%;height:100%}.spotify-module .image-container img{width:100%;height:100%;object-fit:cover}.spotify-module .info-container{padding:10px;color:white}.spotify-module .info-container .artist{font-size:16px;font-weight:bold}.spotify-module .info-container .song{font-size:14px}.spotify-module .controls-container{display:flex;justify-content:space-between;align-items:center}.spotify-module .controls-container button{background-color:transparent;border:none;color:white;cursor:pointer}.spotify-module .controls-container button:hover{color:#919191}