html, body {
    display: block;
    height: 100%;
  }
  
  body {
    margin: 0;
    display: block;
  
    justify-content: center;
  
    /* align-items: center; */
  }