diff --git a/static/map-embed.html b/static/map-embed.html
index 84911cb..fed3ded 100644
--- a/static/map-embed.html
+++ b/static/map-embed.html
@@ -41,8 +41,8 @@ body { margin: 0; overflow: hidden; }
window._ifkMap = new maplibregl.Map({
container: 'map',
- center: [20, 20],
- zoom: 2,
+ center: [30, 30],
+ zoom: 2.2,
scrollZoom: false,
fadeDuration: 0,
maxZoom: 4,