img[alt="Strings"] {
    background-repeat: no-repeat;
    width: 120%;
    height: 100vh;
    top: 0px;
    right: 0px;
    z-index: -4;
    position: absolute;
    animation: Books 20s infinite;
}
@keyframes Books {
  0%,
  100% {
    left: -100px;
  }
  75% {
    left: -150px;
  }
  50% {
    left: -100px;
  }
  25% {
    left: -150px;
  }
}
img[alt=Floor] {
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -2;
}
body { 
 font-family: 'American Typewriter', serif;
 color: #FFFFF0;
 background-image: url("https://myspace.f46n.org/res/discord/attachments/820119042849243158/1098799785542168687/Distorted_Yan_Background.png");
 background-color: Black;
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: fixed;
  text-align: center;
  cursor: url(https://myspace.f46n.org/res/discord/attachments/820119042849243158/1026663478674604062/LOR_Pointer.png) 15 15, auto;
    overflow-x: hidden;
}
a {
font-size: 15px;
     color: #FFFFF0 !important;
     cursor: url(https://myspace.f46n.org/res/discord/attachments/820119042849243158/1026663478141911150/LOR_PointerActive.png) 15 15, pointer;
}
