diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 03da86aa69a04029dc4a378bf5f1fdf49b794984..9821dc453270d655831ff94da397766008727384 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -68,19 +68,17 @@
 {% endblock %}
 
 {% block page_content %}
-<div class="container">
-  <div class="card">
-    <div class="bg-pos"></div>
-    <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
-    <h3>Devyani Ravi</h3>
-    <h4>Role</h4>
-  </div>
-      <!-- Add more cards here -->
-  <div class="card">
-    <div class="bg-pos"></div>
-    <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
-    <h3>Devyani Ravi</h3>
-    <h4>Role</h4>
-  </div>
-</div>
+<body>
+  <header>
+    <div class="container">
+      <div class="card">
+        <div class="bg-pos"></div>
+        <img class="one" src="https://gitlab.igem.org/2024/msp-maastricht/-/raw/main/wiki/images_project_description/profile_images/profile_image_Devyani.png?ref_type=heads" alt="Profile picture Dveyani">
+        <h3>Devyani Ravi</h3>
+        <h4>Role</h4>
+      </div>
+        <!-- Add more cards here -->
+    </div>
+  </header>
+</body>
 {% endblock %}