/* Oh hey. You're looking at my organs... */
div.kek {
  position: relative;
  bottom: 14rem; 
  z-index: 4; 
}
div.zugzug {
  position: relative;
  bottom: 5rem; 
  z-index: 4; 
}
div.loktar {
  position: relative;
  top: 2rem; 
  z-index: 4; 
}
.text-container {
  background: white;
  width: 375px;
  margin: auto;
       border: 30px solid transparent;
      padding: 10px;
      border-image: url(https://file.garden/aIeHlxfH0QVghDWr/ezgif-40ac57b1270b6b.gif) 35 stretch;
}
body {
  background-color: white;
}
.site-header p {
color: black;
 
}
.site-footer {
display: none;
}
.publish-timestamp, .edit-timestamp, #theme-toggle {
display: none;
}
.site-header svg {
color: black;
}

.site-header a {
color: red;
}

a {
  font-family: "IHateCS";
color: red;
}
.button, button {
color: black;
background-color: transparent; 
  padding: 0px;
}

.button:hover {
background-color: white;
}
.views-count {
  color: black;
  padding-top: 10px;
}
.owner-info {
  color: black;
  padding-top: 10px;
}
.paste-container {
  width: 400px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
    height: 100%;
  align-items: center; 
  justify-content: center; 
align-items: center;
padding-bottom: 10px ;
}

h1 {
  background: -webkit-linear-gradient(white, white);
-webkit-background-clip: text;
-webkit-text-stroke: 1px transparent;
   text-align: center;
  font-size: 2.5rem;
  color: black;
  font-family: "ReallyBig";
  animation: float 2s ease-in-out infinite;
}

pre {
  text-align: center;
  font-family: "IHateCS";
  color: black;
}
@font-face {
        font-family: "ReallyBig";
        src: url(https://file.garden/aIeHlxfH0QVghDWr/Really%20Big.ttf)
    }
@font-face {
        font-family: "IHateCS";
        src: url(https://file.garden/aIeHlxfH0QVghDWr/IHATCS__.TTF)
    }
   .container {
       overflow-y: hidden; 
  overflow-x: hidden; 
      max-width: 330px;
     max-height: 450px;
      margin: auto;
      background-color: transparent;
    }
.punpun {
       text-align:center;
  animation: brrr 0.5s infinite;
      }
 
@keyframes brrr {
0% {
transform: rotate(5deg);
}
 
50% {
transform: rotate(5deg);
}
 
51% {
transform: rotate(10deg);
}
 
100% {
transform: rotate(10deg);
}
}
