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