/* styles.css */ body { display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; } .container { text-align: center; width: 100%; /* Ensure the container takes full width */ max-width: 600px; /* Adjust this value as needed */ } #canvasContainer { width: 100%; display: flex; justify-content: center; }