.audioPause {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 40px;
    border: 10px solid #610a0a;
    border-radius: 50%;
    z-index: 100;
    }
.audioPauseButton {
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    color: #610a0a;
}
body {
    display: flex; 
    flex-direction: column; 
    margin: 0;
    padding: 0;
    font-family: 'Creepster';
    color: #ff4d00;
    background-color: #1f1f1f;
    height: 800px;
    max-height: 1000px;
}


.parallax {
  /* The image used */
    background-image: url("../assets/images/1328863.png");

  /* Set a specific height */
    min-height: 500%;

  /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -100;
    
}

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

.creepster-regular {
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
}
.vampiro-one-regular {
    font-family: "Vampiro One", system-ui;
    font-weight: 400;
    font-style: normal;
}
.shadows-into-light {
    font-family: 'Shadows Into Light', cursive;
    font-weight: 800;
    font-style: normal;
}
.bookshelf {
  transform: scale(35%,35%) translate(-25%, -100%);
  text-align: center;
  align-items: center;
  align-self: center;
  display: inline-block;
}
.catshelf {
  padding-top: 10%;
  top: -50%;
  left: -50%;

}
.book {
  position: fixed;
  top: 50%;
  left: 50%;
}
.popup {
  z-index: 100;
  text-align: center;
  display: inline-block;
}
.popup button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #8d6110;
  color: #610a0a;
  border-radius: 5px;
  border-color: #a06f14;
}
.backg {
  margin: auto;
  display: block;
  width:50vw;
  height:auto;
  transform: translate(0,12.5%);
}
.fullscreen {
  transform: translate(-50%, -50%);
  height: 100vh;
  width: 100vw;
  position: absolute;
  align-self: center;
  top: 50%;
  left: 50%;
  fill: #f32177;
  background-color: #1f1f1f7e;
  z-index: -100;
}
.exit-link {
  transform: translate(0,-500%);
}