diff --git a/css/footer.css b/css/footer.css
deleted file mode 100644
index 723c37a8a354afeade4192c3342055b632e83d87..0000000000000000000000000000000000000000
--- a/css/footer.css
+++ /dev/null
@@ -1,30 +0,0 @@
-@font-face {
-    font-family: "Inter";
-    font-style: oblique;
-    src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
-  }
-  
-
-footer {
-    position: absolute;
-    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";
-    font-style: oblique;
-}
\ No newline at end of file