body {
  background-color: gray;

  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin:  0;
  justify-content:  center;
  align-items:  center;
  display:  flex;
}

.p5Canvas {
  width:  100% !important;
  height:  100% !important;
}