body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

@font-face {
  font-family: 'barcode';
  src: url('Barcode.ttf');
}


.hoverable {
  text-decoration: underline dotted;
}
.barcodejumpscare {
  font-family: 'barcode';
  margin: 0px 0;
  font-size: 4em;
  color: yellow !important;
}
.barcodemarker {
  font-family: 'barcode';
  margin: -20px 0;
  font-size: 2em;
  color: #ff0040 !important;
}
.weezer {
  font-size: 1em;
  color: #189BCC !important;
}
.yeller {
  font-size: 1em;
  color: yellow !important;
}
.purpler {
  font-size: 1em;
  color: #b700ff !important
}
.redish {
  font-size: 1em;
  color: #ff0040 !important
}

.box {
    border: 2px dashed yellow;
    padding: 5px;
    height: calc(fit-content - 20px);
    width: fit-content;
    margin: 0;
}


.sneakpeeksize {
  height: 450px;
  width: 800px;
}
.reallyhorriblyhandledimmagepositioningthatisprobablygonnabreakin2secondscauseimdumb {
    position: absolute;
  top: -20px;
  left: 1000px;
}