@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono|VT323|Space+Mono&display=swap');


.content {
  word-wrap: break-word;
}

.presenttext, .presenttitle {
  margin: 5px;
}

#minput {
  background-color: #222;
  color: #fff;
  border: none;
  width: 100%;
  position: fixed;
  bottom: 5px;
  left: 2px;
  right: 2px;
  font-size: 30px;
}

cyber {
  background-image: url(/assets/cyber.svg);
  width: 75pt;
  display: inline-flex;
  height: 25pt;
  background-size: contain;
  transform: translateY(4pt);
}

#inputsubmit {
  background-color: #fff;
  z-index: 3;
  color: #000;
  position: fixed;
  bottom: 5px;
  right: 2px;
  font-size: 30px;
}

#cursor {
  margin-left: 0;
  animation: 1.8s blink infinite steps(1);
}

#cursorb {
  margin-left: 0;
  color: #000;
}

#s {
  font-size: 10pt;
}

#tictactable {
  border-color: #0f0;
  border-width: 1px;
}

.profiletable-th1 {
  display: inline;
  hyphens: auto;
  text-align: justify;
  padding-right: 10px;
}

.profiletable {
  width: 100%;
}

.profileimg {
  height: 14vh;
}

.tictacd {
  border-width: 1px;
  border-style: solid;
  border-color: #0f0 !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
}

d {
  font-family: 'VT323', monospace;
  font-size: 26pt;
}

body {
  font-family: 'Space Mono', monospace;
  background-color: #000;
  font-size: 20pt;
  color: #0f0;
}

a {
  font-family: 'VT323', monospace;
  font-size: 25pt;
  color: #0f4;
}

a:hover {
  color: #1f1;
}

a:active {
  color: #fff;
}

a:visited {
  color: #1f1;
}

.fa-twitch {
  color: #6441a4;
}

.fa-reddit {
  color: #ff4500;
}

.fa-mastodon {
  color: #3088d4;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-instagram {
  color: #fff;
}

.fa-discord {
  color: #7289da;
}

.fa-steam {
  color: #fff;
}

.fa-battlenet {
  color: #009ae4;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 7px;
  position: relative;
  background: url('/assets/battlenet.svg') 50% 50% no-repeat;
  background-size: 100%;
}

.fa-tellschn {
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 7px;
  position: relative;
  background: url('/assets/tellschn.png') 50% 50% no-repeat;
  background-size: 100%;
}
.fa-uplay {
  color: #009ae4;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 7px;
  position: relative;
  background: url('/assets/uplay.svg') 50% 50% no-repeat;
  background-size: 100%;
}

.fa-gog {
  color: #DA8BF0;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 7px;
  position: relative;
  background: url('/assets/gog.svg') 50% 50% no-repeat;
  background-size: 100%;
}

.fa-telegram {
  color: #0088cc;
}

.fa-keybase {
  color: #fff;
}

.fa-envelope, .fa-commenting, .fa-home, .fa-github {
  color: #FFF;
}

.fa-gitlab {
  color: #fc6d26;
}

.fa-youtube-play {
  color: #FF0000;
}

plink {
  margin: 10px;
  padding: 10px;
  border: 1px solid #0F0 !important;
  border-radius: 16px;
  display: inline-block;
}

red {
  color: #F11;
}

inv {
  color: #000;
  background-color: #0F0;
}

@keyframes blink {
  0% {color: #0f0;}
  50% {color: #000;}
  100% {color: #000;}
}
