diff --git a/design/data.md b/design/data.md
new file mode 100644
index 0000000..97b827f
--- /dev/null
+++ b/design/data.md
@@ -0,0 +1,10 @@
+## Saving
+
+The following records should be saved and loaded:
+
+* `ownedUpgrades` - boolean values for every upgrade
+ * Will need to have new upgrades inserted
+* `resources` - values for every resource
+ * New resources should be inserted
+* `belongings` - count of each building
+ * New buildings should be inserted
diff --git a/gorge.css b/gorge.css
index cf7706c..2cb549c 100644
--- a/gorge.css
+++ b/gorge.css
@@ -13,6 +13,11 @@ body.dark {
display: none !important;
}
+button {
+ background-color: #444;
+ color: #eee;
+}
+
#tasty-micro {
color: #ddd;
background-color: #211;
diff --git a/gorge.html b/gorge.html
index 53953c7..f6c2bb3 100644
--- a/gorge.html
+++ b/gorge.html
@@ -21,6 +21,8 @@