/*----------------------*/
/*Complexe Density Generative Token - Designed by TAO*/
/*Date : 15-08-222*/
/*----------------------*/

/* I did not need a complexe CSS for Density GT, just centered as it is reponsive.*/

html,
body {
  margin: 0;
  padding: 0;

  width: 100vw;
  height: 100vh;
  overflow: hidden;
  touch-action: none;
  display: flex;

  /* This centers our sketch horizontally. */
  justify-content: center;

  /* This centers our sketch vertically. */
  align-items: center;
}