diff --git a/.marp/theme.scss b/.marp/theme.scss
index 4a97861..2c568bc 100644
--- a/.marp/theme.scss
+++ b/.marp/theme.scss
@@ -7,10 +7,12 @@ $tertiaryColor: #241c1c;
 $textColor: #111111;
 
 body {
+  /*
   --primary-color: $primaryColor;
   --secondary-color: $secondaryColor;
   --tertiary-color: $tertiaryColor;
   --text-color: $textColor;
+  */
 }
 
 section {
@@ -257,3 +259,28 @@ p img:only-child[alt*="center"] {
   margin-right: auto;
 }
 
+section {
+  position: relative;
+}
+
+section > h2:nth-child(2),
+section > h3:nth-child(2),
+section > h4:nth-child(2),
+section > h5:nth-child(2),
+section > h6:nth-child(2),
+section > p:nth-child(2),
+section > bc-row:nth-child(2),
+section > ul:nth-child(2) > li:first-child > p {
+  margin-top: 0;
+}
+
+section bc-footer { 
+  position: absolute;
+  bottom: 80px;
+}
+
+section bc-footer *:last-child {
+  margin-bottom: 0;
+}
+
+