diff --git a/views/layouts/main.html b/views/layouts/main.html
index 7c2b145..e9ce60d 100644
--- a/views/layouts/main.html
+++ b/views/layouts/main.html
@@ -26,6 +26,10 @@
left: 0;
right: 0;
padding: 10px;
+ max-width: 800px;
+ /* Adjust this value to your desired maximum width */
+ margin: 0 auto;
+ /* Center the container horizontally */
}
.textarea-wrapper {