diff --git a/style.css b/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..4667ffe339e07173a99aef5f58c640d9e263fd29
--- /dev/null
+++ b/style.css
@@ -0,0 +1,22 @@
+* {
+    margin: 0;
+    padding: 0;
+}
+
+body {
+    background: black;
+}
+
+canvas {
+    display: block;
+}
+
+#color {
+    color: #BBB;
+    font-family: helvetica, arial, sans-serif;
+    font-size: 1.2em;
+    position: absolute;
+    bottom: 0;
+    right: 0;
+    z-index: 1000;
+}