body {
  background-color: rgb(14, 14, 14);

  /* leave it to hide the scrollbars */

  /* overflow: hidden; */
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}