* {
  box-sizing: border-box;
}

#canvas,
body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#canvas:focus,
body:focus {
  outline: none;
}

.stats {
  display: none;
}