diff --git a/src/lib/components/Container.svelte b/src/lib/components/Container.svelte
index c76e6b4..58b9c4c 100644
--- a/src/lib/components/Container.svelte
+++ b/src/lib/components/Container.svelte
@@ -1 +1,5 @@
-
Container
+
+
+
+
+
diff --git a/src/lib/components/footer/Footer.svelte b/src/lib/components/footer/Footer.svelte
index 8597547..fb061e1 100644
--- a/src/lib/components/footer/Footer.svelte
+++ b/src/lib/components/footer/Footer.svelte
@@ -39,9 +39,10 @@
diff --git a/src/lib/components/footer/FooterSection.svelte b/src/lib/components/footer/FooterSection.svelte
index 563ef92..6e27e28 100644
--- a/src/lib/components/footer/FooterSection.svelte
+++ b/src/lib/components/footer/FooterSection.svelte
@@ -15,11 +15,18 @@
diff --git a/src/lib/stylesheets/system/_container.scss b/src/lib/stylesheets/system/_container.scss
index b13b435..3e17c80 100644
--- a/src/lib/stylesheets/system/_container.scss
+++ b/src/lib/stylesheets/system/_container.scss
@@ -2,7 +2,6 @@
.container {
width: 100%;
- background-color: black;
margin: 0 auto;
@each $name, $data in $breakpoints {
diff --git a/src/stories/footer/Footer.stories.svelte b/src/stories/footer/Footer.stories.svelte
index 0eab841..1f31c80 100644
--- a/src/stories/footer/Footer.stories.svelte
+++ b/src/stories/footer/Footer.stories.svelte
@@ -1,10 +1,14 @@
@@ -13,5 +17,3 @@
-
-