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