.bodyprops {
  background: url("../../assets/img/BlakeBlu-RayS01E12-01-Liberator-alt-q90-d120-loop.webp") center / cover no-repeat;
  background-attachment: fixed;
}

.placeit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.description-text {
  color: #8AD0F1;
  letter-spacing: -0.01em;
  font-size: 1.25em;
  line-height: 20px;
}

.footer {
  margin-top: 40px;
  font-size: 0.7em;
  text-align: center;
}

.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#playAudio {
}

#audioPlayer {
}

@media (min-width: 500px) {
  .linkit {
    font-size: 40px;
  }
}

.pointything {
  cursor: pointer;
}

