-br { display: none }
-h1, h2, h3 { font-weight: normal }
-h1 { font-size: 1em }
-h2 { font-size: 1.65em }
-h3 { font-size: 1.25em }
-pre {
- font-family: courier, monospace;
- font-size: 0.875em;
- background-color: #eee;
- overflow-x: auto;
+h1, h2, h3, a { color: #00f }
+a { text-decoration: underline silver }
+.a a:hover { text-decoration: underline #00f }
+
+.h2 a {
+ display: inline-block;
+ padding: 0.25em 0;
+ margin: 0.25em 0;
+}
+
+header { position: relative }
+main {
+ position: relative;
+ z-index: 1
+}
+header h1 {
+ font-size: min(7.5rem, 17vw);
+ font-weight: 900;
+ letter-spacing: -0.2em;
+ line-height: 1em;
+}
+header h1 a {
+ background: repeating-linear-gradient(
+ 0deg,
+ black,
+ black 1px,
+ white 1px,
+ white 2px
+ );
+ background-clip: text;
+ color: transparent;
+ display: inline-block;
+ padding-right: 0.2em;
+ text-decoration: none;
+ -webkit-text-stroke: 1px #000;