

@font-face {
    font-family: 'text';
    src: url('vcr_osd_mono_1.001-webfont.woff2') format('woff2'),
         url('vcr_osd_mono_1.001-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


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

.middle {
  width: 408px;
  height: auto;
  margin: auto;
  display: block
}

.break {
  white-space: pre;
}