diff --git a/WebServer/Components/Layout/MainLayout.razor b/WebServer/Components/Layout/MainLayout.razor
index 6bcc486d..f86cd637 100644
--- a/WebServer/Components/Layout/MainLayout.razor
+++ b/WebServer/Components/Layout/MainLayout.razor
@@ -3,12 +3,9 @@
-
AI Stock Traider
+ AI Stock Trader
-
-
- @Body
-
+ @Body
diff --git a/WebServer/Components/Layout/MainLayout.razor.css b/WebServer/Components/Layout/MainLayout.razor.css
index f29f3c3b..d490defa 100644
--- a/WebServer/Components/Layout/MainLayout.razor.css
+++ b/WebServer/Components/Layout/MainLayout.razor.css
@@ -15,7 +15,7 @@ main {
.top-row {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
- justify-content: flex-end;
+ justify-content: center;
height: 3.5rem;
display: flex;
align-items: center;
diff --git a/WebServer/Components/Pages/Home.razor b/WebServer/Components/Pages/Home.razor
index 3ce6b4d2..4c54c54f 100644
--- a/WebServer/Components/Pages/Home.razor
+++ b/WebServer/Components/Pages/Home.razor
@@ -3,11 +3,24 @@