diff --git a/README.md b/README.md
index 4fe9f2c..1a6d518 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,19 @@
-# thephoenixdivision-impressum
-Hosted impressum for all The Phoenix Division projects
+# Impressum
+
+Dieses Impressum gilt für alle Angebote unter der Domain thephoenixdi.vision inklusive aller Subdomains (Unterseiten) dieser Domain.
+
+## Soziale Medien
+
+Dieses Impressum gilt auch für unsere Auftritte in den folgenden sozialen Medien:
+
+- Discord: [Discord Server "The Phoenix Division"](https://discord.com/invite/fEQJypY)
+
+## Angaben gemäß § 5 TMG
+
+Online-Impressum.de
+**Creator**: The Phoenix Division – Florian Weber & Justin
+Europaring 90
+53757 Sankt Augustin
+Telefon: +49 1522 2397390
+E-Mail: contact@morlana.net
+WhatsApp: +49 1522 2397390
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..198a033
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,6 @@
+title: The Phoenix Division - Impressum
+description: Impressum for The Phoenix Division websites and social platforms.
+show_downloads: false
+remote_theme: pages-themes/midnight@v0.2.0
+plugins:
+- jekyll-remote-theme
diff --git a/assets/css/style.scss b/assets/css/style.scss
new file mode 100644
index 0000000..b83a3d9
--- /dev/null
+++ b/assets/css/style.scss
@@ -0,0 +1,8 @@
+---
+---
+
+@import "{{ site.theme }}";
+
+#header, .credits {
+ display: none;
+}