body {
  margin:auto;
  background-color: #ffffff;
  display: flex; /* establish flex container */
  justify-content: center; 
  align-items: center;
  overflow: hidden;

  
}
canvas{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}