diff --git a/Pages/Index.razor b/Pages/Index.razor
index d31070c..5851de9 100644
--- a/Pages/Index.razor
+++ b/Pages/Index.razor
@@ -12,9 +12,9 @@
-
Herzlich Willkommen!
-
-
+
Herzlich Willkommen!
+
+
diff --git a/wwwroot/css/Site.css b/wwwroot/css/Site.css
index 274d8e7..76ec147 100644
--- a/wwwroot/css/Site.css
+++ b/wwwroot/css/Site.css
@@ -1,11 +1,20 @@
-#content {
- background-color: #C7FFD5;
+#center {
+
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
+
+
+
+#content {
+ background-color: #C7FFD1;
padding: 10%;
}
img {
- height: 50%;
+ height: auto;
max-width: 50%;
text-align: center;
}