html,
body {
  margin: 0;
  padding: 0;
  left: 0;
}

canvas {
  display: block;
}

.text-wrapper {
  background-color: hsl(220, 89%, 11%);
  color: white;

  width: 100vw;
  height: 100vh;

  justify-content: center;
  align-content: center;

  text-align: center;
  font-size: 16px;
  font-family: 'Courier New', Courier, monospace;
}

#click {
  font-size: 18px;
}

.main-wrapper {
  max-width: window-width;
  margin: 0px;
  font-family: 'Courier New', Courier, monospace;
}