body {
  margin: 0px;
  background-color: rgb(236, 236, 236);
  display: flex;
  align-items: center;
  justify-content: center;

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