diff --git a/index.html b/index.html
index 54aae6c..18b2978 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
FIM Simulator
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..65e6036
--- /dev/null
+++ b/style.css
@@ -0,0 +1,4 @@
+#viewer{
+ display: flex;
+ flex-direction: row;
+}
\ No newline at end of file