body {
margin: 0;
/* display:flex;
align-items: center; 
justify-content: center;
background: #eee; */
}

canvas{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

 