#lH {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  left: 638px;
  top: 345px;
  z-index: 1;
  font-size: 10px;
  text-align:center;
}
#aH {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  opacity: 0.01;
}

.button.edit  { display: none !important; }
*, a {
font-family: dudu;
}

@font-face {
  font-family: whatnot;
  src: url(https://file.garden/aJ7I6Du7_yp7XMsw/Whatnot%20W00%20Regular.ttf);
}

@font-face {
  font-family: dudu;
  src: url(https://file.garden/aJ7I6Du7_yp7XMsw/Dudu_Calligraphy.ttf);
}


body {
  background-image: url("https://file.garden/aJ7I6Du7_yp7XMsw/4b0e4cfda7704dfff1d7ac63514fdcbf.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

header.site-header { 
display: flex;
justify-content: center;
}

.paste-info, .site-footer {
 display: none; 
}

.txt {
  color: #000000;
  font-family: whatnot;
  font-size: 25px;
}
.txt1 {
  color: #333533;
  font-family: dudu;
  font-size: 15px;
}
.txt2 {
  color: #000000;
  font-family: whatnot;
  font-size: 20px;
}
strong {
  color: #000000;
  font-family: dudu;
}

em { 
color: #000000;
  font-family: dudu;
}

a {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: wavy;
  font-family:  dudu;
  text-decoration-color: #847577;
}

a:hover {
  filter: blur(1px);
  transition: 0.3s;
}

.spoiler, .spoiler2, .spoiler a, .spoiler2 a{
  color: #000000;
  background-color: #000000;
    border-radius: 20px;
}

.spoiler:hover, .spoiler:hover a {
 background-color:#ffffff;
}

.text-container {
  background: url(https://i.postimg.cc/ry9Q5QQ0/65a15eff47fe906b9c0f543ea1abaa46.jpg);
  background-size: cover;
  width: 700px;
  height: 400px;
  margin: auto;
  border: 3px solid #000000;
  border-radius: 40px;
  overflow: visible;
  position: relative;
  box-shadow: 0px 0px 10px #000;
}

.img1  {
  position: absolute;
  height:400px;
  left: -100px;
  top: -40px;
  z-index: 4;
  filter: drop-shadow(0px 0px 3px #000);
}

#float {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  	display: flex;
    justify-content: center;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
.box {
  position: absolute;
  top: 30px;
  right: 100px;
}
.scrollbox {
  background-color: #ffffff;
  border: solid 20px;
  border-image: url(https://i.postimg.cc/26rZ6vqR/tumblr-a19d966829ab78bcdeebf18a62416f81-385e7da0-250-ezgif-com-webp-to-gif-converter.gif) 20;
  text-align: center;
  width: 300px;
  height: 300px;
  padding: 10px;
  margin: auto;
  display: block;
 overflow-x: auto;
 overflow-y: scroll;
}

.scrollbox::-webkit-scrollbar {
display: none;
}

* {
  cursor: url(https://file.garden/aJ7I6Du7_yp7XMsw/foo98.cur), auto !important;
}

.img2 {
  height: 30px;
  width: 230px;
}

