body {
  background-color: black;

  /* leave it to hide the scrollbars */
  overflow: hidden;

  margin: 0;
  justify-content: center;
  align: center;
  display:flex;
}
