diff --git a/assets/application.css b/assets/application.css
new file mode 100644
index 00000000..8a85a701
--- /dev/null
+++ b/assets/application.css
@@ -0,0 +1,12 @@
+body {
+ background-color: rgb(251, 251, 232);
+}
+
+.homepage {
+ text-align: center;
+ padding-top: 10em;
+}
+
+.logo {
+ width: 25%;
+}
\ No newline at end of file
diff --git a/assets/application.css.liquid b/assets/application.css.liquid
deleted file mode 100644
index 50801b59..00000000
--- a/assets/application.css.liquid
+++ /dev/null
@@ -1,2 +0,0 @@
-// Put your styles in this file.
-// Note: "@import" rules aren’t supported.
diff --git a/layout/theme.liquid b/layout/theme.liquid
index 82276157..f4cdff27 100644
--- a/layout/theme.liquid
+++ b/layout/theme.liquid
@@ -1,44 +1,20 @@
-
- {{ page_title }}
-
-
-
-
-
- {{ content_for_header }}
- {{ 'application.css' | asset_url | stylesheet_tag }}
- {{ 'application.js' | asset_url | script_tag }}
-
-
-
- {% for link in linklists.main-menu.links %}
- {% assign child_list_handle = link.title | handleize %}
- {% if linklists[child_list_handle].links != blank %}
- {{ link.title }}
- [{% for childlink in linklists[child_list_handle].links %}
- {{ childlink.title | escape }}
- {% endfor %}]
- {% else %}
- {{ link.title }}
- {% endif %}
- {% endfor %}
-
- cart
-
- {% if shop.customer_accounts_enabled %}
- {% if customer %}
- account
- {{ 'log out' | customer_logout_link }}
- {% else %}
- {{ 'log in ' | customer_login_link }}
- {{ 'register' | customer_register_link }}
- {% endif %}
- {% endif %}
-
-
- {{ content_for_layout }}
-
-
-
+
+ {{ page_title }}
+
+
+
+
+
+ {{ content_for_header }}
+
+ {{ 'application.css' | asset_url | stylesheet_tag }}
+ {{ 'application.js' | asset_url | script_tag }}
+
+
+
+ {{ content_for_layout }}
+
+
+