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