@keyframes myAnimation {
  0% {
    opacity: 1;
    display: block;
  }

  50% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

#mio_image {
  z-index: 100;
  animation-name: myAnimation;
  animation-duration: 5000ms;
  animation-fill-mode: forwards;
  border-radius: 8px;
  position: fixed;
  width: 400px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
}

#mio_gif {
  animation-name: myAnimation;
  animation-duration: 4000ms;
  animation-fill-mode: forwards;
  border-radius: 8px;
  position: fixed;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
}

#musicalhearts {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
}

h4.title.is-5,
h4.title.is-3 {
  font-family: Ubuntu, sans-serif;
  color: slategray;
}

h6.subtitle.is-6 {
  font-family: Lora, serif;
}

.pink-backround {
  background-color: palevioletred;
}
.pink {
  color: palevioletred;
}

.toanimate {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  position: relative;
}

#losmusicales {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  position: relative;
}

#countdowndisplay {
  color: cornflowerblue;
  padding: 5px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  margin: 15px;

  text-align: center;
  font-family: "Courier New", Courier, monospace;
}
