@font-face {
  font-family: "IBM VGA 8x16";
  src: url('fonts/IBM_VGA_8x16.ttf');
}
* {
  box-sizing: border-box;
}
body{
	margin: 50px;
	font-family: "IBM VGA 8x16";
	font-size: max(1.2vw, 0.8rem);
	color: white;
	background: black;
	word-break: break-word;
}
.ascii{
    white-space: pre;
    font-size: max(0.8vw, 0.2rem);
}
a{
	text-decoration: none;
	background: rgba(0, 0, 255, 0.2);
	white-space: nowrap;
}