body { 
  display: flex;
  flex-direction: column;
  align-items: center
}

canvas { 
  border: 1px solid black;
}