diff --git a/docs/index.md b/docs/index.md
index 61739d7694682e5b5a9f78cc67134d470977c1dc..82b3bf940711064b88747cbee35fd4b628b085d8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,31 +14,6 @@ Features coming up:
 
 
 <a href="https://git.imp.fu-berlin.de/bioroboticslab/robofish/io" class="myButton">Code</a>
-<style>
-.myButton {
-	background:#3971cc;
-	background-color:#3971cc;
-	border-radius:9px;
-	display:inline-block;
-	cursor:pointer;
-	color:#ffffff;
-	font-family:Arial;
-	font-size:20px;
-	padding:8px 16px;
-	text-decoration:none;
-}
-.myButton:hover {
-	background:#396bd1;
-	background-color:#396bd1;
-  color: #e0e0e0;
-  text-decoration: none;
-}
-.myButton:active {
-	position:relative;
-	top:1px;
-}
-</style>
-
 
 ## Installation
 Add our [Artifacts repository](https://git.imp.fu-berlin.de/bioroboticslab/robofish/artifacts) to your pip config and install the packagage.
@@ -182,4 +157,30 @@ Built in robofish.io and not described:
 - Obstacles
 
 Planned in Track Format but not implemented:
-- 3D Tracks
\ No newline at end of file
+- 3D Tracks
+
+
+<style>
+.myButton {
+	background:#3971cc;
+	background-color:#3971cc;
+	border-radius:9px;
+	display:inline-block;
+	cursor:pointer;
+	color:#ffffff;
+	font-family:Arial;
+	font-size:20px;
+	padding:8px 16px;
+	text-decoration:none;
+}
+.myButton:hover {
+	background:#396bd1;
+	background-color:#396bd1;
+  color: #e0e0e0;
+  text-decoration: none;
+}
+.myButton:active {
+	position:relative;
+	top:1px;
+}
+</style>