.voltar {
    background-image:url(../assets/back.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 80px;
    height: 40px;
}

.flor_laranja {
    background-image:url(../assets/flowerani.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.flor_desabrochando {
    background-image:url(../assets/blooming-flower-sticker.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

.sunflower {
    background-image:url(../assets/sunflower.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

body {
    background-image: url(../assets/morango.png);
}

audio {
  width: 300px;
  background-color: pink;
  border: 1px solid antiquewhite;
  border-radius: 8px;
  padding: 5px;
}

.player {
  background: rgb(250, 215, 215);
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgb(255, 255, 255);
}

#botao-play {
  background-color: rgb(204, 0, 82);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: background-color 0.3s;
}

#botao-play:hover {
  background-color: rgb(204, 0, 82);
}

h1 {
  color:rgb(219, 120, 129);
  font-size: 150px;
  background-color: rgb(240, 186, 204);
  text-align: center;
}

.imagem_my_melody {
 justify-content: center;
 display: flex;
 width: 1200px;
 height: auto;
}

h2 {
  color:rgb(219, 120, 129);
  font-size: 50px;
  background-color: rgb(240, 186, 204);
  text-align: center;
}

.containerprojulia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  border: 5px solid rgb(199, 39, 103);
  border-radius: 0%;
  border-style: dotted;
  margin-left: 330px;
}

figure img {
  max-width: 100%;
  max-height:100%;
  display: block;
}