.spotify-section{
  background:linear-gradient(#000,#0a0a0a);
}

.spotify-sub{
  margin-bottom:40px;
  opacity:.85;
}

.spotify-embed{
  max-width:700px;
  margin:0 auto 40px auto;
  transition:all .3s ease;
}

.spotify-embed:hover{
  transform:scale(1.02);
}

.spotify-button{
  display:inline-block;
  padding:18px 45px;
  background:#1DB954;
  color:#000;
  font-weight:900;
  text-decoration:none;
  border-radius:50px;
  transition:all .3s ease;
  box-shadow:0 8px 25px rgba(29,185,84,.4);
}

.spotify-button:hover{
  transform:scale(1.08);
  box-shadow:0 0 30px rgba(29,185,84,.7);
}

