diff --git a/ui/src/app/home/home.component.css b/ui/src/app/home/home.component.css
index 5696663..ae6ce50 100644
--- a/ui/src/app/home/home.component.css
+++ b/ui/src/app/home/home.component.css
@@ -10,12 +10,20 @@
.section-heading-page {
background: #228fb8;
color: white;
+ height: 150px;
+ position: relative;
+ top:250px;
}
-.container {
-
- text-align: center;
+.section-name {
+ position: relative;
+ top: 50px;
+}
+
+.section-countdown {
+ position:relative;
+ top: -170px;
}
@@ -23,3 +31,4 @@
+
diff --git a/ui/src/app/home/home.component.html b/ui/src/app/home/home.component.html
index eb7f37f..d87d1f0 100644
--- a/ui/src/app/home/home.component.html
+++ b/ui/src/app/home/home.component.html
@@ -1,58 +1,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-