diff --git a/index.html b/index.html
index 74e0bf2..9983259 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
Projekt Visualisierung
+
Eine Test Karte
diff --git a/main.js b/main.js
index 6f399a5..4c2aee5 100644
--- a/main.js
+++ b/main.js
@@ -3,6 +3,6 @@ import maplibregl from "maplibre-gl";
const map = new maplibregl.Map({
container: 'map',
style: 'https://tiles.openfreemap.org/styles/bright',
- center: [9.199592299999997, 52.260299116017976],
+ center: [9.209385141689964, 52.26510225328077],
zoom: 15
});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..d3192ec
--- /dev/null
+++ b/style.css
@@ -0,0 +1,4 @@
+h1{
+ font-family: Verdana, sans-serif;
+ text-align: center;
+}
\ No newline at end of file