/* Add custom CSS styles below */ 
#toggle-music {
  display: flex;
  
  position: fixed;
  bottom: 120px;
  left: -25px;
  background: #fdea85;
  transform: rotate(-90deg);
  padding: 10px;
  z-index: 9999;
  border-radius: 10px
}