* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
  background: #faf7ec;
}

#canvas {
  display: block;
  width: 100vw;
  height: 100vh;
}