diff --git a/index.html b/index.html
index 54698c83..6a318a20 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,8 @@
.center-card {
margin: 0 auto;
display: block;
+ position: relative;
+ bottom: 18px;
}
diff --git a/styles.css b/styles.css
index 2aa247a2..6f6c54b9 100644
--- a/styles.css
+++ b/styles.css
@@ -2450,6 +2450,7 @@ body {
background-color: #91b4ffe7;
overflow: hidden;
margin-bottom: 50px;
+ top: 45px;
}
.swiper-slide {