html, body {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFklEQVQI12NkUGJgUGJgYlBiYLjHAAAFWgFIjF3MjgAAAABJRU5ErkJggg==);
  background-color: #030;
  color: #fff;
  font-family: monospace;
  font-size: 16px;
}

.container a { color: #0f0; }
.container a:visited { color: #0a0; }
.container a:active { color: #090; }

.bruhButton { color: #0f0 !important; }
.bruhButton:active { color: #090 !important; }

.container {
  width: 1024px;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.left, .right {
  box-sizing: border-box;
}

.left {
  width: 39.5%;
  border: 1px solid #080;
  background-color: #040;
  padding: 2px;
  padding: 20px;
}

.right {
  width: 59.5%;
  background-color: #060;
  border: 1px #080 solid;
  padding: 20px;
}

.info, #blogs p:first-child, #videos p:first-child, .text1,.commentsList:before {
  font-weight: bold;
	text-align: center;
	background-color: #060;
	border: 1px #080 solid;
	color: #fff;
	height: 18px;
	padding: 2px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.LeftHandUserInfo > br:nth-of-type(1), .LeftHandUserInfo > br:nth-of-type(2),
.right > br:nth-of-type(1), .right > br:nth-of-type(2)
{
  display: none;
}

#submitform small, .commentRight small, #url a {
  font-size: 14px;
}

#blogs, #videos, #bio, #meet, #comments {
	padding: 10px;
  border: 1px solid #080;
  background-color: #040;
}

#bio {
  border-bottom: 0;
}
#meet {
  border-top: 0;
}
#blogs {
  margin: 1rem 0;
}

.contactInfo, #url {
  border: 1px #080 solid;
}

.contactInfoTop {
  background-color: #060;
}

@font-face {
  font-family: "Terminus (TTF)";
  src: url("https://critter.1024x2.xyz/Terminus.ttf") format("truetype");
}

.avatar {
  width: 240px;
  height: 240px;
}

.RightHandUserInfo:before {
  content: "1024x2 is not in your extended network, go away";
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 1em 0;
  text-align: center;
  border: 1px solid #080;
  background-color: #040;
  font-size: 18px;
}

.status {
  font-size: 12px;
}

.right .commentRight {
  grid-template-columns: auto 100px !important;
  word-wrap: anywhere;
  overflow-wrap: anywhere;
}

.wbox-main.left {
  width: calc(62.5% - 10px);
  box-sizing: border-box;
  margin-left: 2.5%;
  margin-right: 0;
}

.wbox-main.left + .right {
  width: calc(32.5% - 10px) !important;
  box-sizing: border-box;
  margin-right: 2.5%;
}

.wbox-main video {
  width: 100% !important;
  height: auto !important;
}

.wbox-main.left + .right .commentRight {
  grid-template-columns: 100px auto !important;
}

#comments {
  border-left: 0;
  border-right: 0;
  padding: 0;
}

#comments > .info {
  display: none;
}

#comments > form {
  padding: 10px;
  border-left: 1px solid #080;
  border-right: 1px solid #080;
}

#comments > hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #080;
  border-bottom: 1px solid #080;
  height: 20px;
  background-color: #060;
}

.commentsList {
  border-left: 1px solid #080;
  border-right: 1px solid #080;
  padding: 10px;
}

.commentsList:before {
  display: block;
  content: "Comments";
}

.commentsList > div:first-child, .commentsList > div:last-child {
  margin: 1rem 0;
}

.commentsbox {
  background: #020;
  border: 1px solid #080;
  color: white;
  resize: vertical;
}

/* trolled */

#wishtomeet a[href=\#ghosttrapped] {
  perspective: 300px;
  display: block;
  width: 320px;
  height: 240px;
  background: white;
  text-decoration: none;
  color: black;
}

#wishtomeet a[href=\#ghosttrapped]::before {
  color: black;
  content: "gost trap box™";
  font-weight: bolder;
  display: block;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#wishtomeet a[href=\#ghosttrapped]::after {
  content: "👻";
  font-size: 5rem;
  display: block;
  position: relative;
  text-align: center;
  line-height: 180px;
  top: 0;
  left: 0;
  animation: ghosts 0.9s linear infinite;
}

@keyframes ghosts {
  0% {
    transform:
      rotate(0turn)
      rotateX(20deg)
      translateX(50px) 
      rotate(0deg)
      rotate(20deg);
  }
  50% {
    transform:
      rotate(0.5turn)
      rotateX(20deg)
      translateX(50px)
      rotate(-0.5turn)
      rotate(-20deg);
  }
  100% {
    transform:
      rotate(1turn)
      rotateX(20deg)
      translateX(50px)
      rotate(-1turn)
      rotate(20deg);
  }
}