Hello,
I have integrated the Cognigy Webchat using the example provided in the documentation: https://github.com/Cognigy/Webchat/blob/main/docs/embedding.md#endpoint-settings
<script src="https://github.com/Cognigy/Webchat/releases/latest/download/webchat.js"></script>
<script>
initWebchat(
"https://endpoint-trial.cognigy.ai/......"
);
</script>
Currently, my chat interface appears as follows:

However, I would like to achieve the following:
- Have the chat window open by default when the page loads.
- Center the chat window in the middle of the page.

I'm new to this and would really appreciate your help in implementing these changes. Could you guide me on how to achieve this?
Thank you!