body {
  background-color: lightgrey;
  margin:0;

  /* set the canvas to always be centered vertically */
  display: flex;
  justify-content: center;

  /* leave it to hide the scrollbars */
  overflow: hidden;
}
