Dein Zauberwald
+
+ Willkommen in deinem Zauberwald! Waehle eine Stufe und uebe verschiedene Buchstaben auf der Tastatur. Jedes Mal, wenn du eine Uebung schaffst, waechst dein Wald — und ein neues Bild erscheint! Was wohl als Naechstes kommt?
+
diff --git a/src/styles/main.css b/src/styles/main.css
index 63ee062..b7d99df 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -187,6 +187,17 @@ h3 {
margin-bottom: 1.5rem;
}
+.forest__intro {
+ font-family: "Nunito", sans-serif;
+ font-size: 1.1rem;
+ color: var(--text-dark);
+ text-align: center;
+ max-width: 480px;
+ line-height: 1.6;
+ margin: 0 auto 1.5rem;
+ opacity: 0.85;
+}
+
.forest__level-map {
display: grid;
grid-template-columns: repeat(3, 1fr);