body {
  color: red;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  background-image: url("https://i.imgur.com/mab2M59.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 100% 100%;
  font-family: 'Cinzel', serif;

}

.backgwound {
    float: none;
    background-color: black;
    border: 2px dashed red;
    padding: 5px;
    width: 880px;
    height: 84px;
}

.hello {
    width: 900px;
    border: 2px dashed red;
    padding: 15px;
    background-image: linear-gradient(rgba(173, 0, 0, 0), rgba(197, 0, 102, .25));
    margin: auto;
    margin-bottom: 5%;
}

.rightparagraph {
  border: 2px dashed red;
  margin: 10px;
  float: right;
  background-image: linear-gradient(rgba(173, 0, 0, 0), rgba(255, 0, 0, .35));
  width: 150px;
  height: 1500px; 
}

.leftparagraph {
  border: 2px dashed red;
  margin: 10px;
  float: left;
  background-image: linear-gradient(rgba(173, 0, 0, 0), rgba(255, 0, 0, .35));
  width: 150px;
  height: 1500px; 
}

.footer {
  background-color: black;
  padding: 10px;
  border: 2px dashed red;
  text-align: center;
}

.fang1 {
  cursor: url("https://i.imgur.com/81IhmPu.png"), default;
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 2px;
  background-color: black;
  border: 1px solid red;
}

.a {
   text-align: left;
}

.b {
  text-align: center;
}

.c {
   text-align: right;
}

.box-outer {
    border: 2px solid red;
    zoom: 100%;
    margin-bottom: .5em;
    padding-bottom: .5em;
    margin: 0;
}

.boxbarz {
    background: red;
    padding-left: .5em;
    line-height: 2em;
    position: relative;
    zoom: 100%;
}

.boxcontentz {
    padding: .5em;
    padding-top: .25em;
    padding-bottom: 0;
    line-height: 130%;
}

.box-inner {
  background-color: black;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: double
}

.x {
  text-decoration-line: underline;
  text-decoration-style: double;
}

#overlay {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: brown;
  z-index: 2;
}

.webkit-scrollbar {
    width: 15px;
}

.webkit-scrollbar-thumb {
      background: black;
}

@media screen and (max-width: 3000px) {
    .updates {
        width: 500px;
        margin-bottom: 1em;
        float: none;
    }
}

rotate {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: absolute;
}

.pixelated {
  image-rendering: pixelated;
}

html { filter: url("#pixelate") }
svg { display: block }

.updates {
    width: 510px;
    margin-right: 2%;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px red dashed;
    background: black;
    float: right;
}
iframe {
    border: none;
    padding: 0;
    margin: 0;
}

#corvidin {
  position: absolute;
  z-index: 3;
  background-image: url("https://i.imgur.com/FCTtXBA.gif");
  background-size: cover;
  animation: corvidin 2s infinite;
  animation-timing-function: ease-in-out;
  float: right;
  width: 250px;
  height: 250px;
  margin-left: 20px;
}

.anim {
   animation-name: corvidin;
}
   
@keyframes corvidin {
  0%   {transform: translate(0, 0px);}
  50%  {transform: translate(0, 20px);}
  100% {transform: translate(0, -0px);}
}

#sisyphusprime {
  position: absolute;
  z-index: 3;
  background-image: url("https://i.imgur.com/cOmd7Vk.gif");
  background-size: cover;
  animation: sisyphusprime 2s infinite;
  animation-timing-function: ease-in-out;
  float: right;
  width: 250px;
  height: 250px;
  margin-left: 20px;
}

anim {
   animation-name: sisyphusprime;
}
   
@keyframes sisyphusprime {
  0%   {transform: translate(0, 0px);}
  50%  {transform: translate(0, 20px);}
  100% {transform: translate(0, -0px);}
}

#piss {
   position: absolute;
   width: 200px;
   height: 150px;
   background-color: black;
   color: white;
   padding: 10px;
   border: 2px dotted red;
   cursor: move;
   resize: both;
   overflow: auto;
}

.resizer {
            width: 10px;
            height: 10px;
            background: red;
            position: absolute;
            right: 0;
            bottom: 0;
            cursor: nwse-resize;
}

.close-btn {
            background: red;
            color: white;
            border: none;
            cursor: pointer;
            float: right;
}

@keyframes flickyyy {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }

}
.animate-flicker {
  animation-name: flickyyy;
    animation: flickyyy .2s infinite;
}

.button-container {
   text-align: center;
    }

.button {
      background-color: #a10f2b;
      border: 2px dashed #721021;
      color: #f8f8f8;
      font-size: 1.2em;
      padding: 10px 20px;
      margin: 20px;
      cursor: pointer;
      transition: transform 0.2s;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-shadow: 1px 1px 3px #000;
    }

    .button:hover {
      animation: shakerr 0.5s;
      animation-iteration-count: infinite;
    }

    @keyframes shakerr {
      0% { transform: translate(1px, 1px) rotate(0deg); }
      10% { transform: translate(-1px, -2px) rotate(-1deg); }
      20% { transform: translate(-3px, 0px) rotate(1deg); }
      30% { transform: translate(3px, 2px) rotate(0deg); }
      40% { transform: translate(1px, -1px) rotate(1deg); }
      50% { transform: translate(-1px, 2px) rotate(-1deg); }
      60% { transform: translate(-3px, 1px) rotate(0deg); }
      70% { transform: translate(3px, 1px) rotate(-1deg); }
      80% { transform: translate(-1px, -1px) rotate(1deg); }
      90% { transform: translate(1px, 2px) rotate(0deg); }
      100% { transform: translate(1px, -2px) rotate(-1deg); }
    }

    .enter-button {
      background-color: black;
    }

    .abscond-button {
      background-color: red;
    
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,0,0,0.4), transparent 40%);
  z-index: -1;
  filter: blur(10px);
}

.message {
    font-size: 2rem;
    color: white;
    margin: 20px 0;
    filter: blur(1px);
    animation: glitch 1s infinite alternate;
}

@keyframes glitch {
    0% { transform: translate(2px, 0); }
    50% { transform: translate(-2px, 0); }
    100% { transform: translate(2px, 0); }
}

.glitch {
    color: black;
    background-color: white;
    position: relative;
    display: inline-block;
    animation: glitch 1s infinite;
}

@keyframes flicker {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}