diff --git a/css/main.css b/css/main.css
index 3d41db0..65ab1aa 100644
--- a/css/main.css
+++ b/css/main.css
@@ -64,6 +64,17 @@ div#header {
height: 20px;
}
+.logo {
+ position: fixed;
+ left: 10px;
+ bottom: 0;
+ z-index: 10;
+}
+
+.logo-icon {
+ height: 40px;
+}
+
.menu {
position: fixed;
right: 10px;
diff --git a/index.html b/index.html
index 8d65dbf..13dc5da 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,6 @@
-
-
@@ -69,7 +67,8 @@
-
+
+