html, body
{
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: hidden;
    background-color: #0F1217;

    font-family: MAN_Europe, 'Times New Roman', Times, serif;
    color: white;
    text-shadow: 0 0 20px black;
}

@font-face {
    font-family: MAN_Europe;
    src: url("/fonts/MAN_Europe/MAN_Europe.ttf");
}

.slideshow-container {
    box-shadow: 0 0 20px black;
}

.slideshow-container {
  position: relative;
  aspect-ratio: 1008/756;
  height: auto;
  overflow: hidden;
}
.slideshow-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slideshow-container img.active {
  opacity: 1;
  z-index: 2;
}
.slideshow-container img.inactive {
  z-index: 1;
}

.text-center {
    text-align: center;
}

.footer {
  width: 100%;
}

.wholeheight {
  min-height: 100vh;
}

.roses {
  opacity: 25%;

  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mt-6 {
  margin-top:8rem!important
}

#audio-toggle:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#give_rose:hover {
  cursor: pointer;
}

body.waiting {
    cursor: wait;
}