diff --git a/wiki/pages/random.html b/wiki/pages/random.html
index ec3a53bf95266878e8884de036b991beb6810e79..e318d5fad8d69157434a1cf20937adabb5956e47 100644
--- a/wiki/pages/random.html
+++ b/wiki/pages/random.html
@@ -21,20 +21,17 @@
         }
     }
 
-    body {
-      line-height: 1.6;
-      margin: 0;
-      padding: 0;
-      background-image: url('https://static.igem.wiki/teams/5187/ran-1.jpg');
-      background-attachment: fixed;
-      background-size: cover;
-      background-position: 90% center;
-      background-repeat: no-repeat;
-    }
-
     .section {
             height: 100vh; /* Full viewport height */
             display: flex;
+            line-height: 1.6;
+            margin: 0;
+            padding: 0;
+            background-image: url('https://static.igem.wiki/teams/5187/ran-1.jpg');
+            background-attachment: fixed;
+            background-size: cover;
+            background-position: 90% center;
+            background-repeat: no-repeat;
             justify-content: center;
             align-items: center;
             font-size: 2em;
@@ -173,13 +170,11 @@
 
   {% include 'menu.html' %}
 
-  <div class="content-wrapper">
-    <div id="first-block">
-      <h2>Do you regret not giving your fullest?</h2>
-      <p>Everyone gets sick from time to time, often returning to their normal routines within days. But what if you're an IBD patient? Can life ever truly feel normal again? While IBD may not be fatal, it can gradually consume every facet of your existence. With constant hospital visits, unpredictable cramps, and the toll of immune attacks, you find yourself living—but not truly alive.</p>
-    </div>
-
-    <div class="section" id="section1">Section 1</div>
+  <div class="section">Section 1
+    <h2>Do you regret not giving your fullest?</h2>
+    <p>Everyone gets sick from time to time, often returning to their normal routines within days. But what if you're an IBD patient? Can life ever truly feel normal again? While IBD may not be fatal, it can gradually consume every facet of your existence. With constant hospital visits, unpredictable cramps, and the toll of immune attacks, you find yourself living—but not truly alive.</p>
+  </div>
+  
     <div class="section" id="section2">Section 2</div>
     <div class="section" id="section3">Section 3</div>