* {
  box-sizing: border-box;
}

@font-face {
  font-family: arcadeclassic;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/ARCADECLASSIC.woff") format('woff');
  font-display: swap;
}

@font-face {
  font-family: pressstart2p;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/PressStart2P-Regular.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: lexend;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lexend-Regular.ttf") format('truetype');
  font-display: swap;
}

.borderbox {
  max-width: 1905px;
  width: auto;
  margin: 0px auto;
  padding-top: 1px;
}

.bottomrighttext {
  float: right;
  clear: both;
  padding-right: 10mm;
  font-weight: 400;
  margin: 10px 0;
}

body {
  background-color: #300a24;
  font-family: lexend, Helvetica, sans-serif;
}

.copyright {
  float: right;
  color: #bbbbbb;
  margin-right: 0.3%;
}

.copyrightsign {
  text-decoration: none;
  font-weight: bold;
}
.borderwidth {
  width: 100%;
}

.outsidescreen {
  color: white;
  float: right;
  position: fixed;
  width: 100px; 
  text-align:right;
  margin-top: 1493px;
  margin-left: 98%;
}

.commandfield {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  color: #ffffff;
  width: 80%;
  font-size: 16px;
}

.ascii {
  display:inline-block;
  white-space: pre-line;
  letter-spacing:0;
  line-height:1.4;
  font-family:'Consolas','BitstreamVeraSansMono','CourierNew',Courier,monospace;
  font-size: 10px;
  color: #ccc;
}

a {
  color: #6d7fff;
}

.githubstats {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 20%;
  filter: grayscale(100%);
}
