diff --git a/frontend/src/app/component/landing/landing.component.css b/frontend/src/app/component/landing/landing.component.css
index e69de29..6053ac6 100644
--- a/frontend/src/app/component/landing/landing.component.css
+++ b/frontend/src/app/component/landing/landing.component.css
@@ -0,0 +1,3 @@
+.center {
+ text-align: center;
+}
diff --git a/frontend/src/app/component/landing/landing.component.html b/frontend/src/app/component/landing/landing.component.html
index 76e030c..43c33eb 100644
--- a/frontend/src/app/component/landing/landing.component.html
+++ b/frontend/src/app/component/landing/landing.component.html
@@ -2,8 +2,8 @@