/* FONTS */

@font-face {
  font-family: "blackletterhplhs";
  src: url("../fonts/blach___-webfont.woff2") format("woff2"),
    url("../fonts/blach___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tfu_tfuregular";
  src: url("../fonts/tfutfu__-webfont.woff2") format("woff2"),
    url("../fonts/tfutfu__-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vhs_gothicregular";
  src: url("../fonts/vhs-gothic-webfont.woff2") format("woff2"),
    url("../fonts/vhs-gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "black_forestregular";
  src: url("../fonts/black_forest-webfont.woff2") format("woff2"),
    url("../fonts/black_forest-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "momstypewriterregular";
  src: url("../fonts/momt___-webfont.woff2") format("woff2"),
    url("../fonts/momt___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "blackletterhplhs";
  text-align: center;
  text-shadow: rgba(197, 197, 197, 0.447) 2px 3px;
  background-color: rgba(115, 8, 8, 0);
  background-image: url(../images/scratches2.png);
  background-size: 79%;
  font-size: 5rem;
  margin-top: 5px;
  padding: 5px;
  margin-bottom: 0;
}

h2 {
  text-align: center;
  font-family: "tfu_tfuregular";
  text-decoration: dashed;
  color: rgb(0, 0, 0);
  text-shadow: rgba(152, 14, 14, 0.447) 4px 5px;
  background-image: url(../images/cross.png);
  background-size: contain;
  font-size: 2.8rem;
  margin: 0px;
  margin-bottom: -5px;
}

html {
  background-image: url(../images/forbidden.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  width: 900px;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.box {
  margin-top: px;
  border: solid 5px rgb(0, 0, 0);
  background-image: url(../images/fog.png);
  background-size: cover;
  background-color: black;
}

.leftb {
  border: solid 5px rgb(0, 0, 0);
  background-image: url(../images/unnamed.jpg);
  background-size: contain;
}

.rightb {
  position: absolute;
  left: 320px;
  top: 555px;
  width: 558px;
  height: 382px;
  border: 5px solid black;
  background-color: rgb(86, 13, 13);
}

#eye {
  position: absolute;
  left: 15px;
  top: 485px;
  z-index: 0;
}

@keyframes fall {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-4px, 8px);
  }
}

#gelatin3 {
  position: absolute;
  right: -210px;
  top: -25px;
  z-index: 2;
  animation: fall 2.2s infinite alternate;
}

#wings {
  position: absolute;
  right: -210px;
  top: 95px;
  z-index: 1;
  animation: fall 2.2s infinite alternate;
}

#heart {
  position: absolute;
  top: 380px;
  right: 15px;
  transform: rotate(-10deg);

  z-index: 0;
}

h3 {
  text-decoration: underline;
  margin: 0%;
  padding-left: 30px;
  padding-top: 10px;
}

#navigation {
  position: relative;
  font-family: "vhs_gothicregular";
  font-size: 1.1rem;
  color: rgb(205, 205, 205);
  line-height: 36px;
  list-style: none;
  background-color: rgba(83, 6, 6, 0.982);
  width: 215px;
  left: 8px;
  margin: 0 0 10px 0;
  border: 5px solid rgb(0, 0, 0);
  box-sizing: border-box;
}

.nav {
  list-style: none;
}

a {
  color: rgb(205, 205, 205);
  text-decoration: none;
}

.underline-link {
  position: relative;
  color: rgb(205, 205, 205);
  text-decoration: none;
}

.underline-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}

.underline-link:hover::after {
  width: 100%;
  left: 0;
}

.entry {
  position: relative;
  top: 40px;
}

.entries {
  position: relative;
  font-family: "vhs_gothicregular";
  font-size: 1.1rem;
  color: rgb(205, 205, 205);
  line-height: 36px;
  list-style: none;
  background-color: rgba(83, 6, 6, 0.982);
  width: 215px;
  left: 8px;
  margin: 0 0 10px 0;
  border: 5px solid rgb(0, 0, 0);
  box-sizing: border-box;
}

.blinkies {
  display: block;
  width: 890px;
  background-color: rgba(0, 0, 0, 0.416);
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-top: 5px solid black;
}

p {
  font-family: "vhs_gothicregular";
  font-size: 1.5rem;
  padding: 5px;
  margin: 0 auto;
}

p:nth-of-type(1)::first-line {
  color: rgb(113, 0, 0);
}

#rightp {
  border-bottom: 5px solid black;
  z-index: 0;
}

#lain {
  font-family: "momstypewriterregular";
  text-align: center;
  font-size: 0.98rem;
}

#lainimg {
  margin-right: 0;
  padding: 0;
}

#doll {
  position: absolute;
  top: 852px;
  left: -65px;
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.621));
  transform: rotate(13deg);
  z-index: 1;
}

.player {
  position: absolute;
  top: 420px;
  right: 155px;
}

.middle {
  position: relative;
  margin-top: 20px;
  width: 890px;
  height: 382px;
  border: 5px solid black;
  background-image: url(../images/grunge.jpg);
  background-position: center;
  background-color: rgb(86, 13, 13);
}

.middle p {
  text-shadow: 2px 2px 0 #a3a3a3;
}

#homura {
  position: absolute;
  top: 232px;
  left: 0px;
  pointer-events: none;
}

.changelog {
  position: absolute;
  top: 1155px;
  right: 5px;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 300px;
  overflow-x: hidden;
  box-sizing: border-box;
}

.entries {
  overflow: visible;
  text-align: left;
}

h5 {
  font-family: "blackletterhplhs";
  font-size: 1.6rem;
  text-shadow: 4px 4px 0 #000000;
  margin: 0;
  position: relative;
  right: 5px;
  letter-spacing: 10px;
  color: white;
  text-align: right;
  text-decoration: none;
  z-index: 1;
}

#ring {
  position: absolute;
  top: 1211px;
  left: 250px;
  height: 300px;
}

.bottom {
  position: relative;
  margin-top: 20px;
  width: 890px;
  height: 382px;
  border: 5px solid black;
  background-image: url(../images/grunge2.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgb(86, 13, 13);
}

#sticks {
  position: absolute;
  top: 36px;
  left: 0px;
}

#anarchy {
  position: absolute;
  right: -120px;
  top: -50px;
  transform: rotate(30deg);
}

#speech {
  position: absolute;
  right: 190px;
  top: -27px;
}

#lainAscii {
  position: absolute;
  right: 0px;
  bottom: 10px;
  text-shadow: 8px 8px 0 rgb(0, 0, 0);
  color: white;
  background-color: rgb(86, 13, 13);
  border: 3px solid black;
  border-right: none;
  z-index: 2;
}

.final {
  position: relative;
  margin-top: 20px;
  width: 890px;
  height: 382px;
  border: 5px solid black;
  background-image: url(../images/grunge3.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgb(86, 13, 13);
}

#finaltext {
  font-family: "momstypewriterregular";
  text-shadow: 4px 4px 0 rgb(138, 128, 128);
  background-image: url(../images/fog.png);
  background-size: cover;
  z-index: 2;
  filter: drop-shadow(5px 5px 0 black);
  position: absolute;
  top: 270px;
  left: 90px;
  color: rgb(255, 255, 255) !important;
}

.futuretext {
  border: 5px solid black;
  position: absolute;
  top: 95px;
  left: 55px;
  width: 75%;
  height: 40%;
  background: linear-gradient(
    180deg,
    rgba(87, 16, 16, 1) 0%,
    rgba(66, 5, 5, 1) 72%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

.futuretext ul {
  border: none;
}

.futuretext li {
  font-family: "vhs_gothicregular";
  font-size: 1rem;
  padding: 5px;
  margin: 0 auto;
}

#doll2 {
  position: absolute;
  top: -150px;
  left: -125px;
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.564));
  z-index: 2;
}

#bloodymary {
  position: absolute;
  top: 70px;
  right: -225px;
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.564));
  z-index: 2;
  pointer-events: none;
}

#greenff {
  position: absolute;
  top: 15px;
  right: 0px;
  filter: grayscale(1);
  z-index: 2;
}

#skeleton {
  position: absolute;
  bottom: -11px;
  left: 280px;
  pointer-events: none;
}

#hang {
  position: absolute;
  bottom: 20px;
  left: 540px;
  rotate: 4deg;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

#hangin {
  bottom: 0px;
  width: 900px;
  height: 300px;
}

#hangin:hover #hang {
  opacity: 1;
}

#statuscafe {
  position: absolute;
  top: 55px;
  left: 298px;
  padding: 0.5em;
  width: 300px;
  height: 100px;
  background-color: rgb(86, 13, 13);
  border: 3px solid rgb(0, 0, 0);
  z-index: 2;
}
#statuscafe-username {
  margin-bottom: 0.5em;
  color: rgb(255, 255, 255);
  text-shadow: 4px 3px 0 black;
}
#statuscafe-username:link:hover {
  color: rgb(94, 9, 9);
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  font-family: "blackletterhplhs";
  letter-spacing: 10px;
  font-size: 20px;
}

/* GENERIC SCALING / CONTAINER FOR BETTER MOBILE */

.container {
  all: unset; /* Remove any default styles */
  display: contents; /* Makes it disappear in layout flow */
}

@media (max-width: 768px) {
  body {
    transform: scale(0.95);
    transform-origin: top center;
    background-image: url(../images/forbidden.jpg);
  }

  /* Optional tweaks */

  html {
    background-image: none;
  }

  main,
  section,
  article {
    padding: 1rem;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
