body {
  margin: 0;
  overflow: hidden;
  background: black;
}

#info {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #aa66ff;
}