body {
  user-select: none;
  text-align: center;
  color: white;
  background: #333;
  font-size: 4vw;
}
canvas {
  width: 100vw;
  background: #444;
}