/* style.css */

html,body {
  margin: 0;
  padding: 0;
background: #222;
}

main {
  text-align: center;
  width: 100%;
}

canvas {
display: block;
}


main {
align-items: center;
display: flex;
height: 100vh; /* Fallback for browsers that do not support Custom Properties */
justify-content: center;
}

