html, body {
  margin: 0;
  padding: 0;
  background-color: pink;
  
}
canvas{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

