/* style.css */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #333; /* Cambia el color a tu elección */
  }
  
  canvas {
	display: block;
  }
  