diff --git a/css/footer.css b/css/footer.css
new file mode 100644
index 0000000000000000000000000000000000000000..1eaa7be75eee52f1414a6c701b7a1fe036904185
--- /dev/null
+++ b/css/footer.css
@@ -0,0 +1,27 @@
+@font-face {
+    font-family: "Inter";
+    src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
+  }
+  
+
+footer {
+    position: relative;
+    bottom: 0; 
+    left: 0; 
+    right: 0;
+    background-color: #231543;
+    
+}
+footer>section {
+    display: flex;
+    justify-content: space-around;
+}
+
+footer>section>div>a {
+    color: #fff;
+    text-align: center;
+    text-decoration: none;
+    display: flex;
+    justify-content: center;
+    font-family: "Inter";
+}
\ No newline at end of file