diff --git a/home/static/css/style.css b/home/static/css/style.css
index b804ad953c4504e1dca2fbc8ca6ac849b7f33e5d..22b4f5931fba9a1d185be4a8bd3d2442413281ac 100644
--- a/home/static/css/style.css
+++ b/home/static/css/style.css
@@ -18,8 +18,6 @@ header {
 	display: flex;
 	background-color: var(--color_bg_1);
 	border-bottom: 5px solid var(--color_bg_2);
-	margin: 0px;
-	border-top: 0px;
 	align-items: center;
 	padding: 0px 40px 0px 40px;
 }
@@ -96,4 +94,13 @@ main p {
 main a:link {
 	text-decoration: underline;
 	color: rgb(62, 62, 255);
+}
+
+footer {
+	color: white;
+	display: flex;
+	background-color: var(--color_bg_1);
+	border-top: 5px solid var(--color_bg_2);
+	align-items: center;
+	padding: 0px 40px 0px 40px;
 }
\ No newline at end of file
diff --git a/home/templates/home.html b/home/templates/home.html
index eaf1ec5f6a645aba9bbae08465095cbaafdefbee..85229eb4cd6b4e23b842a6c45ff437c1c37c0abc 100644
--- a/home/templates/home.html
+++ b/home/templates/home.html
@@ -42,5 +42,9 @@
 
 		</main>
 
+		<footer>
+			logos, liens...
+		</footer>
+
 	</body>
 </html>
\ No newline at end of file