html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  text-align:center;
  color:#fff;
}

#output{
    width: 1024px; #90vmin;
    height: 1024px; #90vmin;
    margin: 2vmin;
    image-rendering: pixelated;
    
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
