diff --git a/src/y4f/Pages/Kontakt.razor b/src/y4f/Pages/Kontakt.razor
new file mode 100644
index 0000000..58a1e98
--- /dev/null
+++ b/src/y4f/Pages/Kontakt.razor
@@ -0,0 +1,23 @@
+@page "/Kontakt"
+
+
Kontakt
+
+Kundenservice
+
+ Für Anfragen, Hilfe oder Beschwerden wenden Sie sich bitte an:
+
+ yummy.kitchen@gmail.com
+
+
+Adresse
+
+ Yummy Kitchen
+
+ Musterstraße 15
+
+ 1010 Wien
+
+
+@code {
+
+}
diff --git a/src/y4f/Pages/Kontakt.razor.css b/src/y4f/Pages/Kontakt.razor.css
new file mode 100644
index 0000000..9957e10
--- /dev/null
+++ b/src/y4f/Pages/Kontakt.razor.css
@@ -0,0 +1,14 @@
+h3 {
+ margin-bottom: 80px;
+ font-size: 32px;
+ font-weight: bold;
+}
+h4 {
+ margin-bottom: 10px;
+ font-size: 26px;
+ font-weight: bold;
+}
+p {
+ margin-bottom: 50px;
+ font-size: 22px;
+}
\ No newline at end of file
diff --git a/src/y4f/Shared/Footer.razor b/src/y4f/Shared/Footer.razor
index 26c0d6b..4677cd5 100644
--- a/src/y4f/Shared/Footer.razor
+++ b/src/y4f/Shared/Footer.razor
@@ -16,7 +16,7 @@