diff --git a/template/index.html b/template/index.html
index 9ccfcd0..7686d0e 100644
--- a/template/index.html
+++ b/template/index.html
@@ -1,22 +1,17 @@
-
+
-
-
- Repair Day
+
-
-
-
-
+
+
diff --git a/template/styles.css b/template/styles.css
new file mode 100644
index 0000000..df47304
--- /dev/null
+++ b/template/styles.css
@@ -0,0 +1,17 @@
+html {
+ font-family: monospace;
+ font-weight: bold;
+ font-size: 16px;
+}
+
+body {
+ height: 95vh;
+ max-width: 100%;
+ background-color: #F1FAEE;
+ color: #2E1F27;
+ padding: 1.5rem;
+ margin: 0;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+}
\ No newline at end of file