diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
index b81b6c9e459a35380cd45f1b2083b18873b25e94..c33a64a9f184a91319876f7e26b627c12db20848 100644
--- a/wiki/pages/human-practices.html
+++ b/wiki/pages/human-practices.html
@@ -4,11 +4,24 @@
 {% block lead %}We ask every team to think deeply and creatively about whether their project is responsible and good for the world. Consider how the world affects your work and how your work affects the world.{% endblock %}
 
 {% block page_content %}
-<head>
-  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
+<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
 <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
-</head>
-
+<style>
+  body {
+    /* Set the background color to the light cream color you mentioned */ 
+    background-color: #fffee7;
+    margin: 0; /* Remove default body margin */
+    padding: 0; /* Remove default body padding */
+    background-image: linear-gradient(
+        90deg,
+        rgba(232, 232, 232, 0.3) 1px,
+        transparent 1px
+      ),
+      linear-gradient(180deg, rgba(232, 232, 232, 0.3) 1px, transparent 1px);
+    background-size: 20px 20px; /* Adjust the size of the boxes (20x20 pixels) */
+    scroll-behavior: smooth;
+  }
+</style>
 <div class="row mt-8" style="margin-top: 100px;">
   <div class="col">
     <div class="bd-callout bd-callout-info">