diff --git a/impressum.html b/impressum.html
new file mode 100644
index 0000000..4907083
--- /dev/null
+++ b/impressum.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+ jonahbauer.eu
+
+
+
+
+
+
+
+
+ Impressum
+
+ Jonah Bauer
+ Bucher Straße 43
+ 90419 Nürnberg
+
+ info@jonahbauer.eu
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.css b/index.css
index ea201cb..6666a1a 100644
--- a/index.css
+++ b/index.css
@@ -39,12 +39,12 @@ body {
flex-direction: column;
}
-body::before {
+.spacer-top {
content: '';
flex-grow: 4;
}
-body::after {
+.spacer-bottom {
content: '';
flex-grow: 5;
}
@@ -116,4 +116,14 @@ body::after {
height: 1.5rem;
width: 1.5rem;
margin-right: 0.5rem;
+}
+
+.footer {
+ align-self: end;
+ padding: 0.5rem;
+}
+
+.footer a {
+ color: var(--foreground);
+ text-decoration: none;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 70a3c86..341b209 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,7 @@
+
jonahbauer.eu
+
+