diff --git a/assets/css/main.scss b/assets/css/main.scss
index b95df3b..0861707 100755
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -192,5 +192,7 @@ pre {
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */
//@import "parts/animate";
+@import "parts/misc";
+
/* = = = = = = = = = = Media = = = = = = = = = = */
-@import "media"
+@import "media";
diff --git a/assets/css/parts/_misc.scss b/assets/css/parts/_misc.scss
new file mode 100644
index 0000000..14e39d8
--- /dev/null
+++ b/assets/css/parts/_misc.scss
@@ -0,0 +1,11 @@
+.center-list {
+ list-style-type: none;
+ margin: 0 auto;
+ text-align: center;
+ padding: 0;
+
+ li {
+ margin: 0.5rem 1rem;
+ display: inline-block;
+ }
+}
diff --git a/content/publications/arcana.md b/content/publications/arcana.md
index e13dbe6..d0edf90 100644
--- a/content/publications/arcana.md
+++ b/content/publications/arcana.md
@@ -4,11 +4,13 @@ title: Arcana - A Tarot Anthology
img: publications/04-emperor.jpg
---
-
+
-* [**Purchase from the publisher**](http://thurstonhowlpub.storenvy.com/collections/1587098-anthologies/products/22227398-arcana-a-tarot-anthology)
-* [Purchase ebook from Bad Dog Books](https://baddogbooks.com/product/arcana/)
-* [Purchase from Amazon](https://www.amazon.com/dp/B078324NWL/)
+
+
-* Purchase ebook
-* Pre-order paperback
-* [Purchase on Amazon](https://www.amazon.com/dp/B0160RTUWK)
+
-----
diff --git a/resources/_gen/assets/scss/css/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/css/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index a34f44c..1a4b403 100644
--- a/resources/_gen/assets/scss/css/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/resources/_gen/assets/scss/css/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -1322,6 +1322,15 @@ ul.pagination .page-item.active a {
color: #cbb4da; }
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */
+.center-list {
+ list-style-type: none;
+ margin: 0 auto;
+ text-align: center;
+ padding: 0; }
+ .center-list li {
+ margin: 0.5rem 1rem;
+ display: inline-block; }
+
/* = = = = = = = = = = Media = = = = = = = = = = */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {