diff --git a/cgi-bin/template.html b/cgi-bin/template.html
index b137b93..6cf2b00 100644
--- a/cgi-bin/template.html
+++ b/cgi-bin/template.html
@@ -1,5 +1,5 @@
-
+
@@ -13,7 +13,7 @@
{title}
-
diff --git a/index.html b/index.html
index dad671b..68b1809 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-
+
diff --git a/site.css b/site.css
index 39b27af..4ee75ef 100644
--- a/site.css
+++ b/site.css
@@ -24,9 +24,11 @@ body {
}
h1 {
- font-size: 28px;
- font-weight: 800;
+ font-size: 3rem;
+ font-weight: 400;
hyphens: auto;
+ margin: 32px auto;
+ max-width: 40rem;
text-align: center;
}
@@ -43,10 +45,10 @@ h1 {
}
.text {
- font-size: 16px;
- line-height: 22px;
+ font-size: 1rem;
+ line-height: 1.5rem;
margin: 0;
- max-width: 40em;
+ max-width: 40rem;
white-space: pre-line;
}
@@ -57,8 +59,8 @@ img {
label,
input {
- font-size: 16px;
- line-height: 22px;
+ font-size: 1rem;
+ line-height: 1.5rem;
margin: 0;
}