span.fwiendCount::after {
    content: " FUCKING";
    color: black;
}

div#gender {
    font-size: 0px;
}

div#gender::after {
    font-size: 15px;
    content: "MOTHERFUCKER";
}

span#age::before {
    content: "IM FUCKING ";
}

body {
    text-transform: uppercase;
}

a.logo {
    font-size: 0px;
}
a.logo::after {
    content: "FUCKSPACE.F46n.ORG";
    font-size: 15px;
}

.topLeft {
    float: right;
}

.topRight {
    float: left;
}

h4 {
    color: #06b138;
    font-size: 17px;
    perspective: 100px;
    transform: rotateY(27deg);
}

body {
    background: #e7ffef;
}

.rightHead {
    background: #53855045;
    color: #044f1e;
    padding-left: 6px;
}

#hSub {
    background: #35993e;
}

#header {
    background: #1aa26c;
}

.boxHead {
    background: #1aa26c;
}

.url {
    border: solid 2px #3c8a66;
    padding: 2px;
}

.tableRight {
    background: #009e2e5e;
    flex: 4;
}

.tableLeft {
    background: #009e2e5e;
    flex: 1;
}

audio {
    filter: sepia(1) hue-rotate(62deg);
}

.player {
    background: #bce4c9;
}

#fortune {
    margin-top: 10px;
    background-image: linear-gradient(to left, violet, indigo, blue, green, #8a8a00, orange, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000033;
}

@keyframes gaysex {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    transform: rotateY(180deg) rotateX(180deg);
  }
  100% {
    transform: rotateY(360deg) rotateX(360deg);
  }
}

.avatar {
    animation: gaysex 5s cubic-bezier(0, 0, 0.72, 0.68) infinite;
}

div#add {
    font-size: 0px;
}
div#add::before {
    font-size: 15px;
    content: "FUCK";
}

#hSub {
  background: #35993e;
  display: inline-flex;
  flex-direction: row-reverse;
  font-size: 19px;
}

.undertale {
    border: 20px double white;
    font-weight: 600;
    background: #001e0a;
}

.blog {
  background-color: #92dba8;
  padding: 15px;
}

a {
    color: lime;
    text-shadow: 1px 1px #006a00;
}

a:hover {
    color: lime;
    text-shadow: 1px 1px #006a00;
    cursor: url(https://i.imgur.com/gGTGHjN.png), auto !important;
}

tr {
  display: flex;
  flex-direction: row;
}