@font-face {
  font-family: Apercu;
  src: url(./Apercu.otf);
}
body {
}
#container {

}

#content {

	font-family: 'Apercu', monospace;
align-content: center;

}

.outputSample {

}

#content {

  margin-left: 16vmax;
  margin-right: 16vmax;
	font-size:2.7vmax;
	font-family: 'Apercu', monospace;
align-content: center;
 overflow: scroll;
}

#output {



	font-size:2vmax;
	font-family: 'Apercu', monospace;
  color: yellow;
  text-shadow: 0 0 3px #000;
   overflow: scroll;

}
