* {
    margin: 0;
    padding: 0;
} 

body {
  background-color: white;

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

