diff --git a/.DS_Store b/.DS_Store
index 25da662..43b2f71 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/assets/.DS_Store b/assets/.DS_Store
index 5ebc9d7..1979dd3 100644
Binary files a/assets/.DS_Store and b/assets/.DS_Store differ
diff --git a/assets/images/background.jpg b/assets/images/background.jpg
new file mode 100644
index 0000000..03088aa
Binary files /dev/null and b/assets/images/background.jpg differ
diff --git a/index.html b/index.html
index 5065ee1..3707367 100644
--- a/index.html
+++ b/index.html
@@ -18,45 +18,37 @@
-CardiVR
-
-
-
-
-
-
-
+
+ CardiVR
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
CardiVR - BETA 0.1.1
+
+
+
+
+
CardiVR
+
+
+
+
+
diff --git a/styles/style.css b/styles/style.css
new file mode 100644
index 0000000..3b98584
--- /dev/null
+++ b/styles/style.css
@@ -0,0 +1,49 @@
+html, body {
+ width: 100%;
+ height: 100%;
+ font-family: 'Roboto', sans-serif;
+ font-weight: 300;
+ background-color: #1c1c1c;
+ color: #111;
+ margin: 0px;
+ padding: 0;
+ color-scheme: dark;
+}
+
+#info-msg {
+ position: fixed;
+ bottom: 5px;
+ left: 5px;
+ color: #a8a8a8;
+ font-family: sans-serif;
+ font-size: 2.5vh;
+ z-index: 103;
+}
+
+#app-group {
+ display: flex;
+ z-index: 2;
+ position: fixed;
+ justify-content: center;
+ align-items: center;
+ background-image: url("/assets/images/background.jpg");
+ background-size: cover;
+ background-position: center;
+}
+
+#app-group > img {
+
+}
+
+#app-group > h1 {
+ color: white;
+ font-size: 12px;
+}
+
+#app-group > button {
+ border: 0;
+ border-radius: 5px;
+ background: #b855ca;
+ color: white;
+ font-size: 12px;
+}
\ No newline at end of file