diff --git a/css/stylesheet.css b/css/stylesheet.css
new file mode 100644
index 0000000000000000000000000000000000000000..cbb8b1561bc1d27e28e88b335d351bdcb64aa2ae
--- /dev/null
+++ b/css/stylesheet.css
@@ -0,0 +1,13 @@
+h1 {
+    margin-top: 20px;
+    text-align: center;
+}
+
+body {
+    margin-left: 10px;
+    font-family: Georgia, 'Times New Roman', Times, serif;
+}
+
+footer {
+    margin-top: 480px;
+}
\ No newline at end of file
diff --git a/main.html b/main.html
new file mode 100644
index 0000000000000000000000000000000000000000..6406d03214e037d7ea26a934b74f51ff3a0dc335
--- /dev/null
+++ b/main.html
@@ -0,0 +1,18 @@
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>P1 Project requirements</title>
+        <link href="css/stylesheet.css" rel="stylesheet">
+    </head>
+    <body>
+        <header>
+            <h1>P1 Project Requirements</h1>
+        </header>
+        <main>
+            <p>Her har vi litt tekst og sånt</p>
+        </main>
+        <footer>
+            Petter Åslie, Carina Jagtøyen, Ine Andrea Krogseth, Sixten Müller, Sara Pedersen
+        </footer>
+    </body>
+</html>
\ No newline at end of file