.alt-page:target {
        display: block;
    }

    .alt-page:not(:target) {
        display: none;
    }  

.footer-line, .edit-timestamp, .publish-timestamp, .site-footer, .footer-line, .site-header { 
  	display: none; 
}

#lH {
  position: absolute;
  width: 	70px;
  height: 70px;
  overflow: hidden;
  left: 1073px;
  top: 470px;
  z-index: 1;
  font-size: 10px;
  text-align:center;
}
#aH {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  opacity: 0.01;
}

.edit {
		background-color: transparent; 
	  border-radius: 3px;
}

@font-face {
 font-family: dudu;
 src: url(https://files.catbox.moe/l8uwmi.ttf);
}

*, a {
font-family: dudu;
color: #b9375e 
}

strong {
  color: #b9375e;
  font-family: dudu;
}

em { 
color: #b9375e;
font-family: dudu;
}

a {
  color: #b9375e;
  text-decoration: underline;
  text-decoration-style: wavy;
  font-family: dudu;
  text-decoration-color: #e05780;
}

a:hover {
  filter: blur(1px);
  transition: 0.3s;
}

.spoiler, .spoiler2, .spoiler a, .spoiler2 a{
  color: #e05780;
  background-color: #e05780;
    border-radius: 20px;
}

.spoiler:hover, .spoiler:hover a {
 background-color:#fadde1;
}

body {
background-image: url("https://i.postimg.cc/vH02q2S0/download-1.gif");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.text-container {
background: url(https://i.postimg.cc/gc6rzrhp/New-Project-14.png);
border: 5px dashed;
border-color: #ff87ab;
border-radius: 0px;
padding: 5px;
}


.text {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
      padding: 10px;
    background: #fadde1;
    }

main {
 width: 700px;
margin: auto;
}

#img {
 width: 220px;
  float: left;
  height: 300px;
  padding: 0px;
  img {
   width: 100%; 
  }
}

#top {
 width: 450px;
  height: 40px;
  border: 3px solid;
  border-color: #ff87ab;
  float: right;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0px;
  background: #fadde1;
  word-spacing: 16px;
  font-size: 20px;
  img {
   width: 4.8%;
  }
}

#top::-webkit-scrollbar {
  display: none;
}

#bottom {
 width: 450px;
 height: 260px;
 border: 3px solid;
border-color: #ff87ab;
 float: right;
  margin-top: 5px;
  padding: 10px;
  overflow: auto;
  position: relative;
  background: #fadde1;
  font-size: 20px;
}

.site-header { 
display: flex;
justify-content: center;
}

  *::-webkit-scrollbar {
    width: 3px;
  }

  *::-webkit-scrollbar-track {
    background: transparent;
  }

  *::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 3px;
    border: 2px none #8c8c8c;
  }

* {
  cursor: url(https://files.catbox.moe/do4ca5.cur), auto !important;
}