diff --git a/src/index.html b/src/index.html
index 5305603..2873898 100644
--- a/src/index.html
+++ b/src/index.html
@@ -3,6 +3,7 @@
Spazer
+
Spazer
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..bf9c831
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,9 @@
+body {
+ background: #060606;
+ color: white;
+ font-family: "Fira Sans";
+ font-size: 20pt;
+}
+a {
+ color: grey;
+}