diff --git a/basic-example/pyscript.html b/basic-example/pyscript.html
index 33ba2ec..f5fa375 100644
--- a/basic-example/pyscript.html
+++ b/basic-example/pyscript.html
@@ -9,11 +9,13 @@
-
PyScript
+
Duolingo XP nach Sprache
+
PyScript
diff --git a/basic-example/style.css b/basic-example/style.css
new file mode 100644
index 0000000..e6c02bf
--- /dev/null
+++ b/basic-example/style.css
@@ -0,0 +1,19 @@
+* {
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+ Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
+ text-align: center;
+ color: #333;
+ font-weight: 400;
+ line-height: 1.5em;
+}
+body {
+ margin: 0;
+}
+h1 {
+ font-size: 2em;
+ margin: 0;
+}
+h2 {
+ font-size: 1.5em;
+ margin: 0;
+}