diff --git a/index.html b/index.html
index 16ffa32..8257aed 100644
--- a/index.html
+++ b/index.html
@@ -142,6 +142,13 @@
Hold forecasts to outturns
Explore all six models or compare their assumptions side by side.
+
+ Hosted toolsNo PolicyEngine account or API key
+ Preserved vintagesOfficial data stored point in time
+ Public forecast recordRounds fixed before outturns
+ Honest validationBenchmarks and failures published
+
+
02 — validation
@@ -184,12 +191,6 @@
Run hosted models—or use the code directly.
-
- Hosted toolsNo PolicyEngine account or API key
- Preserved vintagesOfficial data stored point in time
- Public forecast recordRounds fixed before outturns
- Honest validationBenchmarks and failures published
-
diff --git a/style.css b/style.css
index d2620ce..3e68f85 100644
--- a/style.css
+++ b/style.css
@@ -257,10 +257,13 @@ h1, h2, h3, p, figcaption, a { overflow-wrap: anywhere; }
.hero-fig figcaption {
margin-top: var(--s-3);
+ margin-left: auto;
+ margin-right: auto;
font-size: var(--fs-body-sm);
line-height: 1.55;
color: var(--paper-faint);
max-width: 46ch;
+ text-align: center;
}
.hero-fig figcaption a { color: var(--brand-strong); }