diff --git a/contact.php b/contact.php
index 9193580..eaf3007 100644
--- a/contact.php
+++ b/contact.php
@@ -45,6 +45,9 @@
Thomas RUBINI
+
+ N'hesitez pas a faire par de votre avis !
+
diff --git a/footer.php b/footer.php
index 22ef9cb..1a5d86f 100644
--- a/footer.php
+++ b/footer.php
@@ -3,6 +3,7 @@
Donnez nous votre avis !
diff --git a/styles/2000/main.css b/styles/2000/main.css
index e69de29..f146a7d 100644
--- a/styles/2000/main.css
+++ b/styles/2000/main.css
@@ -0,0 +1,14 @@
+body {
+ background-color: pink;
+ background-repeat: repeat;
+ background-position: center;
+}
+
+header{
+ display: flex;
+ align-items: center;
+ gap: 1rem;
+ justify-content: space-between;
+ width: 50vw;
+}
+