html, body {
  background-color: #1b1b1b;
  padding: 0;
  margin: 0;
  /* leave it to hide the scrollbars */
  overflow: hidden;
}
