.barra-inicial {
  position: relative;
}

.spotify-topo {
  position: absolute;
  top: 5px;
  left: 230px; /* ajuste este valor */
  width: 30px;
  height: 30px;
  display: block;
  z-index: 999;
  text-decoration: none;
}

.spotify-topo img {
  width: 30px;
  height: 30px;
  display: block;
}