body {
  background-color: grey;

  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin:0px;
  justify-content: center;
  align-items:center;
  display:flex;
}