body {
  background-color: white;
  margin:  0;
  /* leave it to hide the scrollbars */
  /* overflow: hidden; */
  justify-content: center;
  align-items: center;
  display: flex;
}