body {
  /* background-color: #000000; */
  /* background-color: lightblue; */
  /* leave it to hide the scrollbars */
  overflow: hidden;

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