diff --git a/packages/common/styles.js b/packages/common/styles.js
index 31248cd3c84f51de7f1ebae40760d83315239dd7..a7404faf31f6966357a3deff880cc31dcf5de537 100644
--- a/packages/common/styles.js
+++ b/packages/common/styles.js
@@ -48,6 +48,12 @@ export function getGeneralCSS(doMarginPaddingReset = true) {
         h2 {
             font-weight: 300;
         }
+        
+        h3{
+            font-weight: 300;
+            margin-top: 0px;
+            margin-bottom: 0.75rem;
+        }
 
         code {
             background-color: var(--dbp-light);