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

canvas{
  display: block;
  width: 80%;
  height: 80%;
  position: fixed;
  top: 10%;
}

 