body {
  background-color: grey;

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