diff --git a/src/app.html b/src/app.html
index b0444b9..f09d9d3 100644
--- a/src/app.html
+++ b/src/app.html
@@ -7,7 +7,6 @@
%sveltekit.head%
-
%sveltekit.body%
diff --git a/static/global.css b/static/global.css
index 285cd51..166b03f 100644
--- a/static/global.css
+++ b/static/global.css
@@ -1,8 +1,6 @@
body {
background: #FFFFFF;
-}
+}
-/*body * {
- color: white;
-} */
+.sveltekit-body { display: contents; }