diff --git a/Pages/Index.razor b/Pages/Index.razor
index 6085c4a..023bd2d 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -1,9 +1,16 @@
@page "/"
+@layout Startseite
-Index
+Yummy4Friends
-
Hello, world!
-Welcome to your new app.
+
+
+
Herzlich Willkommen!
+
+
+
+
+
+
-
diff --git a/Shared/NavMenu.razor b/Shared/NavMenu.razor
index 8e4f374..ff41750 100644
--- a/Shared/NavMenu.razor
+++ b/Shared/NavMenu.razor
@@ -2,7 +2,7 @@
\ No newline at end of file
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css
new file mode 100644
index 0000000..e5e57d3
--- /dev/null
+++ b/wwwroot/css/Site.css
@@ -0,0 +1,25 @@
+@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
+
+html, body {
+ margin: 0px;
+ padding: 0px;
+ background-color: #C7FFD1;
+}
+
+#content {
+ background-color: #C7FFD1;
+ padding: 5%;
+ margin-top: 1%;
+ border-radius: 10px;
+
+}
+
+.img {
+ height: auto;
+ max-width: 100%;
+ margin: 10%;
+}
+
+button {
+ box-shadow: 5px 5px #d3d3d3;
+}
diff --git a/wwwroot/index.html b/wwwroot/index.html
index 238c777..ad1f5f8 100644
--- a/wwwroot/index.html
+++ b/wwwroot/index.html
@@ -7,6 +7,7 @@
y4f
+
diff --git a/y4f.csproj b/y4f.csproj
index f5e9a37..9bb7029 100644
--- a/y4f.csproj
+++ b/y4f.csproj
@@ -7,6 +7,10 @@
service-worker-assets.js
+
+
+
+
diff --git a/y4f.sln b/y4f.sln
index cd5de42..7814467 100644
--- a/y4f.sln
+++ b/y4f.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "y4f", "y4f.csproj", "{1B083D74-9507-4510-A532-8AAAD1FB6035}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "y4f", "y4f.csproj", "{1B083D74-9507-4510-A532-8AAAD1FB6035}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution