diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index ee9fe96..2a26bc3 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -47,9 +47,7 @@ const { title } = Astro.props;
document.querySelector("html").className = theme;
-
+
diff --git a/src/styles/base.css b/src/styles/base.css
index d039818..234a46a 100644
--- a/src/styles/base.css
+++ b/src/styles/base.css
@@ -29,6 +29,9 @@
.theme-dark #sun-svg {
display: block;
}
+ body {
+ @apply font-mono bg-skin-fill text-skin-base min-h-screen flex flex-col;
+ }
section,
footer {
@apply max-w-3xl mx-auto px-4;