* {
    margin: 0;
    padding: 0;
} 

body {

  /* leave it to hide the scrollbars */
 
  background-color: white;

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


}

