/* Note :- Make sure to run this code on the VS code live server
		OR any other server . because, it uses some library which not 
		load on local port or server */

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
/*       background: black; */
/*       text-align: center; */
      outline: none;
    }



#world {
  width: 100%;
  height: 100vh;
	background: black;
}
canvas {
	left: calc(50% - 325px);
  position: absolute;
}