#spotify-now-playing {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 9999;
  }
  #spotify-now-playing img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }