@font-face {
  font-family: 'pickles';
  src: url('unscii-16.ttf') format('truetype');
}

body {
  background: #222;
  text-align: center;
  color: #d8ff00;
  font-family: 'pickles', monospace;
  margin: 4px;
}

canvas {
  display: block;
}

h1 {
  font-size: 4em;
  font-weight: normal;
  letter-spacing: 2em;
  margin-left: 2em;
}

i#play {
  cursor: pointer;
  font-size: 20em;
  font-style: normal;
}
