diff --git a/css/login.css b/css/login.css
index cdbbf5eeb9f70f6eb3705f73a81f879085acbf15..4d0c24e910f1f1bbf78487af8021ae6aad97f128 100644
--- a/css/login.css
+++ b/css/login.css
@@ -10,10 +10,6 @@
 	src: url('../fonts/Inter/static/Inter-Regular.ttf');
 }
 
-footer {
-    position: absolute;
-}
-
   header {
     display: flex;
     justify-content: center;
@@ -21,6 +17,7 @@ footer {
 main {
     display: flex;
     justify-content: center;
+    margin-bottom: 7%;
 }
 header>div{
     background-color: white;
diff --git a/css/reserver-result.css b/css/reserver-result.css
index 1a47bfcfc6ebcb7c28d1b208862da87be38e5411..0b44d5919ef8780c721612dddbc8da5ae781cd6c 100644
--- a/css/reserver-result.css
+++ b/css/reserver-result.css
@@ -10,12 +10,10 @@
 	src: url('../fonts/Inter/static/Inter-Regular.ttf');
 }
 
-footer {
-    position: absolute;
-}
 main {
     display: flex;
     justify-content: center;
+    margin-bottom: 7%;
 }
 header>div{
     background-color: white;