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