@font-face {
  font-family: BasicHandwriting;
  src: url(fonts/BasicHandwriting.ttf);
}
@font-face {
  font-family: Malagua;
  src: url(fonts/malagua.ttf);
}
@font-face {
  font-family: EmojiFont;
  src: url(fonts/EmojiFont.ttf);
}

@font-face {
  font-family: SwirlyCurly;
  src: url(fonts/SwirlyCurly.otf);
}

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

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

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

.bonbon-regular {
  font-family: "Bonbon", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  background-image: url(images/bg18.gif);
  color: black;
  font-family: Typewriter;
}

.pagecontainer {
  width: 99vw;
  height: 45vw;
  overflow: hidden;
}

.backbtnpic {
  width: 11.5vw;
}

h1 {
  color: royalblue;
  font-family: SwirlyCurly;
  font-size: 74px;
  text-shadow:
    0 0 6px white,
    /*middle bright glow*/ 0 0 10px antiquewhite,
    0 0 20px antiquewhite,
    0 0 30px antiquewhite;
}

h2 {
  color: antiquewhite;
  font-family: Meglona;
  font-size: 37px;
}

h3 {
  font-family: NewRomantics;
  color: pink;
  font-size: 42px;
  letter-spacing: 0.5rem;
}

a {
  text-decoration: none;
  color: royalblue;
}

a:hover {
  color: #03255a;
}

.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
}
.imgtxt span {
  font-family: Meglona;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 2.5rem;
  color: #fff;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxt:hover span,
.imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img,
.imgtxt:focus img {
  rotate: 2deg;
}

@keyframes blinkglow {
  0% {
    text-shadow:
      0 0 6px white,
      /*middle bright glow*/ 0 0 10px antiquewhite,
      0 0 20px antiquewhite,
      0 0 30px antiquewhite;
  }
  50% {
    text-shadow: 0 0 6px white;
  }
  100% {
    text-shadow:
      0 0 6px white,
      /*middle bright glow*/ 0 0 10px antiquewhite,
      0 0 20px antiquewhite,
      0 0 30px antiquewhite;
  }
}

.door:hover {
  opacity: 0;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #121d45;
  border-radius: 0px;
  border: 0px none #ffffff;
}

.playPauseBtn {
  background-color: antiquewhite;
  color: black;
  border: 1vw solid transparent;
  border-image: url(images/frame2-dither.png) 21 round;
  background-clip: padding-box;
  padding-top: 1vw;
  padding-bottom: 1vw;
  cursor: pointer;
  font-family: Typewriter;
  position: absolute;
  font-size: 1.1vw;
}
.playPauseBtn:hover {
  rotate: 2deg;
}

#desk-bg {
  position: absolute; 
  left: 13vw;
  top: 19vw; 
  width: 72vw;
}

#frag-left {
  position: absolute; 
  width: 8vw; 
  left: 24.6vw; 
  top: 19vw;
}

#frag-mid {
  position: absolute; 
  width: 8vw; 
  left: 20vw; 
  top: 21vw
}

#frag-right {
  position: absolute; 
  width: 8vw; 
  left: 27vw; 
  top: 19vw;
}

#fragrances span {
  top: 25vw; 
  left: 28vw;
}

#deskmusic {
  width: 10vw; 
  left: 45vw; 
  top: 37vw;
}

#todo-pic {
  position: absolute; 
  width: 11vw; 
  top: 27vw; 
  left: 63vw;
}

#todo {
  position: absolute; 
  top: 30vw;
  height: 13vw;
  left: 63.6vw; 
  width: 10vw;
  text-align: center;
  overflow-y: scroll;
}

#journal {
  position: absolute; 
  top: 40vw; 
  left: 25vw;
}

#journal-pic {
  width: 15vw;
}

#wall-art {
  position: absolute;
}

#ghostcat {
  position: absolute;
  width: 10vw;
  left: 44vw;
}

#mushroom-girl {
  position: absolute;
  top: 1vw;
  width: 15vw;
  left: 12vw;
}

#bat {
  width: 8vw;
  position: absolute;
  left: 13vw;
  top: 20vw;
}

#skull-couple {
  position: absolute;
  width: 15vw;
  left: 27.8vw;
}

#bat-fly {
  position: absolute;
  left: 54.2vw;
  width: 15vw;
  top:12vw;
}

#ghost-witch {
  position: absolute;
  width: 10vw;
  top: 8vw;
  left: 1vw;
}

#ghost-circle {
  position: absolute;
  width: 12vw;
  left: 81vw;
  top: 1vw;
}

#witches {
  position: absolute;
  width: 14vw;
  top: 12.3vw;
  left: 40vw;
}

#dried-roses {
  position: absolute;
  width: 15vw;
  top: 19vw;
  left: 1vw;
}

#moonlight {
  position: absolute;
  width: 15vw;
  left: 82vw;
  top: 15vw;
}

#lock {
  position: absolute;
  left: 25vw;
  width: 7vw;
}

#key {
  position: absolute;
  left: 91.3vw;
  width: 10vw;
  top: 7.5vw;
  rotate: 93deg;
}

#the-moon-tarot {
  position: absolute;
  width: 5vw;
  top: 15vw;
  left: 34vw;
}

#the-sun-tarot {
  position: absolute;
  width: 5vw;
  top: 26vw;
  left: 79vw;
}

#dagger {
  position: absolute;
  width: 9vw;
  left: 83vw;
  top: 26vw;
}

#scissors {
  position: absolute;
  width: 10vw;
  top: 19vw;
  left: -2vw;
}

#eye {
  position: absolute;
  left: 50vw;
  top: -4vw;
  width: 16vw;
}

#writing {
  position: absolute;
  left: 67vw;
  width: 15.98vw;
}

#star-map {
  position: absolute;
  width: 9vw;
  left: 71.3vw;
  top: 15vw;
}

#dangle {
  position: absolute;
  width: 6.8vw;
  left: 61.8vw;
}

#wall-candle {
  position: absolute;
  top: 23vw;
  width: 16vw;
  left: 86.5vw;
}