diff --git a/index.html b/index.html
index 825db0d..a694cae 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,22 @@
-
WIP
-you can find my git server at here
-my searx instance is here
-
+
+
+
+
+
+ MChalupiak.com
+
+
+
+
+
WIP
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..7ce40b0
--- /dev/null
+++ b/style.css
@@ -0,0 +1,36 @@
+body {
+ margin-top: 0;
+ margin-left: 0;
+ margin-right: 0;
+ background-color: 282d28;
+ color: A0B0A0;
+}
+
+#header {
+ margin: 0;
+ width: 100%;
+ height: 3rem;
+ text-align: center;
+ vertical-align: middle;
+ display: flex;
+ justify-content: space-evenly;
+ background-color: 181b18;
+}
+
+.header-link {
+ margin: auto;
+ vertical-align: middle;
+ color: sandybrown;
+ text-decoration: none;
+}
+
+.header-link > a {
+ color: sandybrown;
+ text-decoration: none;
+}
+
+#body {
+ margin: auto;
+ width: 100%;
+ height: 100%;
+}