diff --git a/static/homepage.css b/static/homepage.css
index de83d245327bc1c6a010673912c8e7eeaac15197..8e682b0d16c930d23ac77ca606cc8fb96c7827da 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -25,10 +25,17 @@
 
 
 /* for canvas */
+#timeline{
+    position: absolute;
+    z-index: 5;
+    top: 6000px;
+}
+
+
 #roadmap{
     position: absolute;
     z-index: 5;
-    top: 9800px;
+    top: 9600px;
 }