html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;

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