body {
  background-color: gray;

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