diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 048440f..52d2555 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -24,6 +24,17 @@
     });
 </script>
 
+<style>
+    section {
+        border-radius: 5px;
+        padding: 5px 20px;
+    }
+
+    main {
+        margin-top: 30px;
+    }
+</style>
+
 <svelte:head>
     <title>Quartznet</title>
 </svelte:head>
@@ -37,14 +48,3 @@
         {/each}
     </section>
 </main>
-
-<style>
-    section {
-        border-radius: 5px;
-        padding: 5px 20px;
-    }
-
-    main {
-        margin-top: 30px;
-    }
-</style>
\ No newline at end of file