diff --git a/README.md b/README.md
index 8b13789..0a85829 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
+### [atmosphere](https://s9a.page/atmosphere) template
+[**generate** atmosphere](https://github.com/new?template_name=atmosphere&template_owner=s9a)
diff --git a/index.html b/index.html
index 6422e0b..f32ac59 100644
--- a/index.html
+++ b/index.html
@@ -5,34 +5,26 @@
atmosphere
-
-
-
+
+
+
-
+
+
-
-
-
- open skies.
-
+
+ opensource atmosphere
+
-
+
+ fresh air
+
+
diff --git a/whisper.css b/whisper.css
new file mode 100644
index 0000000..2ddf7e1
--- /dev/null
+++ b/whisper.css
@@ -0,0 +1,19 @@
+html {
+ font-family: sans-serif;
+ font-size: max(1em, 1vmax + 1vmin + 1pt);
+}
+
+body {
+ display: flex;
+ flex-flow: column;
+ margin: 1.618rem;
+ overflow-wrap: anywhere;
+}
+
+:focus {
+ outline: thick dotted;
+}
+
+:any-link:hover {
+ text-decoration-style: double;
+}
diff --git a/wind.css b/wind.css
new file mode 100644
index 0000000..05ffc3e
--- /dev/null
+++ b/wind.css
@@ -0,0 +1,19 @@
+::selection { background: #ec0 }
+:any-link { color: darkblue }
+:root {
+ background: skyblue;
+ color: midnightblue;
+}
+
+@media (prefers-contrast: more)
+ :root {
+ background: powderblue;
+ color: black;
+ }
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ background: deepskyblue;
+ }
+}