#music-player{
  image-rendering: pixelated;
  top: 10px;
  right: 10px;
}
#music-player:hover{
  cursor: pointer;
}

#musicPlayer{
  width: 44px;
  height: 44px;
  position: fixed;
  top: 0;
  right: 0;
  display: inline-flex;
  overflow: hidden;
  transition: .5s;
  font-family: "sans-serif";
  z-index: 99999;
}

#musicPlayer:hover{
  width: 144px;
}

#playPause{
  background-color: black;
  width: 44px;
  height: 44px;
  border-radius: 0 0 0 70%;
  flex: none;
  position: relative;
}

#playPause img{
  position: absolute;
  top: 2px;
  right: 6px;
}

#titleCard{
  height: 38px;
  width: 94px;
  padding: 3px;
  background-color: black;
  flex: none
}

#titleCard p, #titleCard a{
  margin: 5px;
  color: white;
}

#titleCard a{text-decoration: underline;}
#titleCard a:hover{
  color:white;
  text-decoration: underline;
  text-shadow: none;
  }

.songArtist{
  font-size: .75em;
}
