body {
  background-color: #06060D;
  color: white;
  font-family: "MS Gothic";
  font-size: 12px;
  word-wrap: break-word;
  margin: 0px;
}
.container {
  width: 568px;
  height: 400px;
  overflow-y: scroll;
  display: flex;
  justify-content:flex-end;
}
.maintb { 
  padding: 20px;
  width: 568px;
  border: 1px solid #3F1F99;
  background: #06060D;
  height: fit-content;
  margin: 0px;
}


/* ---SPANS--- */

.bigyellowtext {
  font-family: "Comic Sans MS";
  font-size: 18px;
   filter: url(#crispify);
  color: #E5E545;
}

.biggertext {
  font-size: 14px;
}

/* ---THINGS--- */


.offscreen {
    position: absolute;
    left: -100000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}