xxxxxxxxxx
17
html, body {
height: 100%;
overflow:hidden;
}
body {
margin: 0;
background: black;
display: flex;
/* This centers our sketch horizontally. */
justify-content: center;
/* This centers our sketch vertically. */
align-items: center;
}