body {
  background: black;
  color: white;
}

p {
  font-family: courier;
  }

.soad {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}



#container {
  background: url(https://file.garden/ZYMRD8Fgsgr29YAC/neocities/index/bluedrag.png);
  padding:2px 15px 2px 15px;
  position:absolute;
  border: 2px solid red;
  top:50px;
  left: 100px;
  height: 200px;
  width: 200px;
  transform: rotate(-0.007turn);
  border-radius: 5px;
  overflow:scroll;
  z-index:9;
}

#container2 {
  background: url(https://file.garden/ZYMRD8Fgsgr29YAC/neocities/index/bluedrag.png);
  
  padding:2px 15px 2px 15px;
  position:absolute;
  border: 2px solid red;
  top:150px;
  left: 330px;
  height: 250px;
  width: 500px;
  transform: rotate(0.007turn);
  border-radius: 5px;
  overflow:scroll;
  z-index: 9;
}

a:link {
  color: red;
}
a:visited {
  color: red;
}
a:hover {
  color: red;
}
a:active {
  color: red;
}

::selection {
  color:white;
  background:blue;
}



.wobble {
 font-size:35px;
  color: ivory;
  font-weight: 500;
  margin-top: -10px;
  z-index:999;
  font-family: 'Limp Bizkit';
  -webkit-text-stroke: .05em red;
}

@keyframes wobb {
  0%, 100%   {transform: translateY(0px)}
  25%  {transform: translateY(-3px)}
  75%  {transform: translateY(3px)}
}

.wobble span {
  animation-name: wobb;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 400ms;
  display: inline-block;
  transform: translateY(0px);
}

@font-face {
  font-family: 'Limp Bizkit';
  src: url('https://file.garden/ZYMRD8Fgsgr29YAC/fonts/limp-bizkit.ttf');
}