diff --git a/index.html b/index.html
index 1d64d21..2515a87 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,42 @@
The Trees of Kortirion
-
-
+
@@ -84,11 +118,10 @@
A whisper in the trees - afar they hear,
Piercing the heart of summer’s tangled dream,
Chill music that a herald piper plays
- Foreseeing winter and the leafless days.
+ FOreseeing winter and the leafless days.
The late flowers trembling on the ruined walls
Already stoop to hear that elven-flute.
- Through the wood’s sunny aisles and tree-propped
- halls
+ Through the wood’s sunny aisles and tree-propped halls
Winding amid the green with clear cold note
Like a thin strand of silver glass remote.
diff --git a/style.css b/style.css
deleted file mode 100644
index 0bbbc79..0000000
--- a/style.css
+++ /dev/null
@@ -1,43 +0,0 @@
-body {
- counter-reset: section;
- margin: 5rem 1rem;
-}
-
-h1,
-h2 {
- text-align: center;
- font-size: 1em;
- font-weight: normal;
- font-style: italic;
- margin: 1rem 0;
-}
-
-h2::before {
- counter-increment: section;
- content: counter(section, upper-roman);
- display: block;
- font-style: normal;
- margin: 1rem 0;
-}
-
-.section {
- max-width: 36rem;
- margin: 2rem auto;
-}
-
-.verse {
- max-width: 30rem;
- margin-left: auto;
-}
-
-.line-indented {
- padding-left: 1em;
-}
-
-@media screen and (max-width: 32rem) {
- .line {
- display: inline-block;
- margin-left: 2em;
- text-indent: -2em;
- }
-}
\ No newline at end of file