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

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