@font-face {font-family: segoescript; src: url(https://file.garden/Y2xF25Odi23QPPkL/SEGOESCB.TTF);}
body {
  background-image: url(https://file.garden/Y2xF25Odi23QPPkL/2fac3ec7f6bfef9a580d3aae95f6dc59.gif);
  background-color: #000;
  animation: FUCKING-MANUAL-THING-ANIM 3s linear infinite;
  height: 1000px;
  background-size: 128px 128px;
}
#coolskulls {
  background-image: url(https://file.garden/Y2xF25Odi23QPPkL/theskeleton.gif);
  background-color: #000;
  animation: FUCKING-MANUAL-SCROLL-ANIM 5s linear infinite;
  height: 128px;
  background-size: 384px 128px;
}

@keyframes FUCKING-MANUAL-THING-ANIM{
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 512px 512px;
  }
  100% {
    background-position: 0 1024px;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  z-index: -2;
}
@keyframes FUCKING-MANUAL-SCROLL-ANIM{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1536px 0;
  }
}
.burn{
  background-image: url("https://file.garden/Y2xF25Odi23QPPkL/skeleton-burning.gif") ;
  height: 300px;
  background-size: 400px;
  width: 100%;
}
.fire{
  position: absolute;
  top: 100vh;
    bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url("https://file.garden/Y2xF25Odi23QPPkL/animated-fire.gif");
  background-size: cover;
  z-index: -1;
  animation: engulf 120s normal linear forwards;
  animation-iteration-count: 1
}
@keyframes engulf {
  0%{
   width: 100%;
   height: 0%;
  top: 100% ;
  bottom: 0;
  position: 0 0;
  }
  100%{
   width: 100%;
   height:100%;
   position: 0 0;
   top: 0%;
   bottom: 0%;
  }
}
.firejpeg{
  position: absolute;
  top: 100vh;
    bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url("https://file.garden/Y2xF25Odi23QPPkL/animated-fire.gif");
  background-size: cover;
  animation: engulf2 100s normal linear forwards;
  animation-iteration-count: 1
}
@keyframes engulf2 {
  0%{
   width: 100%;
   height: 0%;
  top: 100% ;
  bottom: 0;
  position: 0 0;
  }
  100%{
   width: 100%;
   height:100%;
   position: 0 0;
   top: 0%;
   bottom: 0%;
  }
}
.clock{
  z-index: 10;
}
