diff --git a/src/App.tsx b/src/App.tsx
index d7284a67..72a30fee 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -15,33 +15,35 @@ export default function App() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
- {(params) => }
-
-
-
-
-
-
-
-
-
- src.this_page_is
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {(params) => }
+
+
+
+
+
+
+
+
+
+ src.this_page_is
+
+
+
+
diff --git a/src/index.css b/src/index.css
index 81e9508b..6581ca49 100644
--- a/src/index.css
+++ b/src/index.css
@@ -20,6 +20,13 @@
body {
background-color: #293742;
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+}
+
+.content {
+ flex: 1;
}
/* Chrome, Safari, Edge, Opera */