diff --git a/public/kontakt.html b/public/kontakt.html
index 378c4120ae5c9769a87fec8723c7f7c89a4af1f7..31b0c9b9db60687f12cafdfea60a3389cdf4ad6b 100644
--- a/public/kontakt.html
+++ b/public/kontakt.html
@@ -1,38 +1,38 @@
 <!DOCTYPE html>
 <html>
-    <head>
-        <meta charset="utf-8">
-        <meta name="generator" content="GitLab Pages">
-        <title>Aktuelles</title>
-        <link rel="stylesheet" href="style.css">
-    </head>
-    <body>
-        <div id="topbar">
-            <div id="menu" class="navbar"></div>
-        </div>
-        <div class="content">
-            <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
-            <h2> Kontakt: </h2>
 
-            <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE --> 
-    
-            <!-- TODO  Daten anpasen -->
-            <div class="news">
-                <div class="header">
-                    Verantwortliche Person:
-                </div>
-                <div class="text">
-                    <p>
-                        Behira Younes
-                    </p>
-                    <p>
-                        Bei Fragen zum Projekt kontaktieren Sie <a href="mailto:ybehira@yahoo.com">ybehira@yahoo.com</a>
-                    </p>
-                </div>
+<head>
+    <meta charset="utf-8">
+    <meta name="generator" content="GitLab Pages">
+    <title>Contact</title>
+    <link rel="stylesheet" href="style.css">
+</head>
+
+<body>
+    <div id="topbar">
+        <div id="menu" class="navbar"></div>
+    </div>
+    <div class="content">
+        <header>
+            <h1 id='projectname'></h1>
+        </header>
+        <h2> Contact: </h2>
+
+        <div class="news">
+            <div class="header">
+                Verantwortliche Person:
+            </div>
+            <div class="text">
+                <p>
+                    Behira Younes
+                </p>
+                <p>
+                    If you have any questions about the project, please contact <a href="mailto:ybehira@yahoo.com">ybehira@yahoo.com</a>
+                </p>
             </div>
-            <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->  
         </div>
-        <script src="settings.js"> </script>
-    </body>
-</html>
+    </div>
+    <script src="settings.js"> </script>
+</body>
 
+</html>
\ No newline at end of file
diff --git a/public/settings.js b/public/settings.js
index fa9e1d7b5ae34c98a9aa8442c13b535634163cf1..de0d6d84cc364f92373e863f31d15a368b248b98 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -27,7 +27,7 @@ menu.appendChild(newslink); */
 //link4: Kontakt
 let contactlink = document.createElement("a");
 contactlink.href="kontakt.html"
-contactlink.innerHTML="Kontakt"
+contactlink.innerHTML="Contact"
 menu.appendChild(contactlink);
 
 //set projectname
diff --git a/public/style.css b/public/style.css
index c3f3ec03bdad0dd43db58f398f5c0276b28d66c8..3bc6815c3d96fcc105a958abd0de687e6f4df7d7 100644
--- a/public/style.css
+++ b/public/style.css
@@ -59,7 +59,7 @@ body {
   color: #000000;
   min-height: 100%;
   background-color: #f1f1f1;
-  margin: 0!important;
+  margin: 0 auto !important;
 }
 
 header {