img {
    max-width:100%;
}
body {
    background:rgb(26, 82, 81)
}

.pink-1 {
    width: 35%;

}


.pink-2 {
    width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 30%;
   left: 60%;
}


.orange-1{
     width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 60%;
   left: 20%;
}


.orange-2 {
     width: 50%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 70%;
   right: 20%;
}
.blue-1 {
    width: 50%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 50%;
   left: 80%;
}

.blue-2 {
    width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 20%;
   left: 20%;
}


.red-1 {
    width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 120%;
   left: 100%;
}

.red-2 {
    width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 50%;
   left: 5%;
}
.pink-3 {
    width: 25%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 100%;
   left: 5%;
}

.blue-3 {
     width: 33%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 120%;
   left: 60%;
}

.red-3 {
    width: 50%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 130%;
   left: 20%;
}

.orange-3 {
   width: 50%;
    display:flex;
    justify-content: center;
    position:absolute;
   top: 10%;
   left: 90%;
}

.heading {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  color:white;
  text-align: center;
}

/*.musicchoices {
    position: absolute;
    top:0%;
    left:30%;
    transform: translate(-50%, 50%);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}*/