@font-face {
	font-family: 'term';
	font-weight: 700;
	src: url('/assets/font/WebPlus_IBM_EGA_8x8-2x.woff') format('woff')
}

@font-face {
  font-family: 'Antonio';
  font-weight: 700;
  src: url('/assets/font/Antonio-Bold.woff2') format('woff2'),
       url('/assets/font/Antonio-Bold.woff') format('woff')
}

body {
  background-color: #000;
  color: #FFF;
  font-family: "term";
  line-height: 1.5;
}

#connecting {
  color: lightgray;
  font-size: large;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-family: 'Antonio', 'Arial Narrow', 'Avenir Next Condensed', sans-serif;
}

.error {
  background-color: #000;
  margin: auto;
  width: 60%;
  height: auto;
  border: 2px white solid;
  transition: 2s;
}

img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.ac {
  transform: scaleX(0.666666667);
  transform-origin: top left;
  margin-left: -9px;
}

.fpath {
  width: 80%;
}

.cli-input {
  font-family: "term";
  color: #FFF;
  font-size: large;
  caret-color: white;
  caret-shape: block;
  border-width: 0px;
  background-color: transparent;
}
video {
  object-fit: cover;
}

.floating {
  position: absolute;
  width: 240px;
  height: 50px;
  background-color: transparent;
  right: 0%;
  top: 0%;
  color: #FFF;
  text-align: center;
  border-radius: 25%;
  padding: 5px;
  font-size: x-small;
  font-family: "Antonio";
  transition: opacity .5s;
  pointer-events: none;
  z-index: 12;
}