many fixes and pages
diff --git a/styles/sectionheading.module.css b/styles/sectionheading.module.css
new file mode 100644
index 0000000..eed2f94
--- /dev/null
+++ b/styles/sectionheading.module.css
@@ -0,0 +1,7 @@
+.title {
+    width: 100%;
+    font-size: max(2em, 4vw);
+    color: var(--card-text-color);
+    font-weight: lighter;
+    text-align: center;
+}
\ No newline at end of file