body {
  background: url(../assets/img/vaundy.jpeg) no-repeat center center;
  max-width: 100%;
  height: 100%;
}

main {
  height: 80vh;
}

.speaker {
  position: relative;
}
.playing_music_name {
  color: #fff;
  font-family: "Margarine", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 11%;
  bottom: -63vh;
}
.music_icon1,
.music_icon2 {
  width: 50px;
  position: absolute;
  display: none;
}
.music_icon1 {
  left: 5%;
  bottom: -63vh;
  transform: rotate(-30deg);
}
.music_icon2 {
  left: 310px;
  bottom: -59vh;
  transform: rotate(30deg);
}
.speaker_music {
  width: 300px;
  position: absolute;
  left: 5%;
  bottom: -80vh;
  cursor: url(../img/music_icon.png) 4 12, pointer;
}
