diff --git a/frontend/src/css/Home.css b/frontend/src/css/Home.css
new file mode 100644
index 0000000000000000000000000000000000000000..f64f103137e75e1a4d6b88fe102235c98159d07d
--- /dev/null
+++ b/frontend/src/css/Home.css
@@ -0,0 +1,9 @@
+/* Home.css */
+.home-page {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    width: 100%;
+}
+
+/* Add more styling as needed for spacing and alignment */