diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3984ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+img/
\ No newline at end of file
diff --git a/index.html b/index.html
index c7697ca..e245ba1 100644
--- a/index.html
+++ b/index.html
@@ -9,5 +9,7 @@
 <body>
     <h1>Quel titre !</h1>
     <p>Bonjour les SIO :)</p>
+    <h2>pifhaepih</h2>
+    <p>eoufygouy</p>
 </body>
 </html>
\ No newline at end of file
diff --git a/page2.html b/page2.html
new file mode 100644
index 0000000..9258009
--- /dev/null
+++ b/page2.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <link rel="stylesheet" href="style.css">
+    <title>Hello there</title>
+</head>
+<body>
+    <h1>Quel titre !</h1>
+</body>
+</html>
\ No newline at end of file
diff --git a/style.css b/style.css
index ed85b0b..a6feef7 100644
--- a/style.css
+++ b/style.css
@@ -1,10 +1,10 @@
 body {
-	background-color: #6d6551;
+	background-color: #eeb72c;
 }
 h1 {
-   	color: #c6d2db;
+   	color: #0c8cee;
 }
 p {
-   	color: #c9c0d1;
+   	color: #8800ff;
  
 }
\ No newline at end of file