@import url('https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Ga+Maamli&family=Lavishly+Yours&family=Stick&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Ga+Maamli&family=Lavishly+Yours&family=Sedgwick+Ave&family=Stick&display=swap');
*{
  margin: 0;
  padding: 0;
    box-sizing: border-box;
}
body{
  background: linear-gradient(90deg,  #00ffd5, #002bff, #7a00ff, #d60cf5);
            background-size: 400% 400%;
            animation: gradientBG 15s ease infinite;
             
        }
        @keyframes gradientBG {
            0%{background-position: 0% 50%;}
            50%{background-position: 100% 50%;}
            100%{background-position: 0% 50%;}
        }
.song{
  width: 100%;
  height: 100%;
display: flex;
  justify-content: space-evenly;
  align-items: center;
}
img{
  width: 350px;
  border-radius: 20px;
}
  




.player{
 
  position: relative;
  width: 350px;
 background: whitesmoke;
  border-radius: 20px;
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.5);
  border: 2px solid black;
}
.player.imgbox {
  position: relative;
  width: 100%;
  height: 450px;
}
.player audio{
  width: 100%;
  outline: none;
}

.player::webkit-media-controls-panel {
 background-color: whitesmoke;
}
h1{
  margin-top: 30px;
  font-size: 80px;
  
  text-align: center;
 font-family: "Ga Maamli", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2{
  font-size: 30px;
    font-family: "Sedgwick Ave", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  
}
.song i{
  color: purple;
  font-size: 50px;
  
}
.player i{
  color: black;
  font-size: 18px;
}
.note{
  width: 800px;
  height: 500px;
  background-color: transparent;
  border-radius: 20px;
  
 text-align: center;
  margin-left: 24%;

  
}
.song p{
  font-size: 30px;
}
.note p{
  font-size: 80px;
  
     font-family: "Lavishly Yours", cursive;
  

  font-weight: 550;
  font-style: normal;
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;

}
.emoji{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 17%;
}
.emoji p{
  font-size: 30px
}
.button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30%;
  width: 150px;
  height: 80px;
  background-color: black;
  border-radius: 10px;
}
.gift{
  display: flex;
  justify-content: center;
  align-items: center;
}
.button a{
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: "Ga Maamli", sans-serif;
}