diff --git a/src/calculator/index.html b/src/calculator/index.html
index 6eaa8f3..5763218 100644
--- a/src/calculator/index.html
+++ b/src/calculator/index.html
@@ -1,19 +1,10 @@
-
-
-
dn724
-
-
-
-
-
-
-Port:
+
+
+
+ dn724
+
+ Port:
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index 56ff672..130fb5d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,70 +1,52 @@
-
-
- dn724
+
+
+
+
+ dn724
+
-
-
- AS4242420129
-
- Open for peering in:
-
- - Warsaw, Poland
- - Rome. Italy
- - Nuremberg, Germany
- - Netherlands, Amsterdam
-
-
- Peering requirements
-
- - sane latency
- - one peering per one node
- - WireGuard, link local peering
- - If your node is not in the same country and you plan on getting one in that country, please don't peer
- - I can make an exception for you in most cases
-
-
- How to
-
-
- Contact
-
- - dn42@m724.eu, GPG
- - Telegram: @minecon724
- - Discord: minecon724
- - Session: 05293535c0f0b5ae76a663f3f875582590edd77abd72ab9b12f3acbe4bb078aa49
-
-
- Other
-
+
+ AS4242420129
+ Open for peering in:
+
+ - Warsaw, Poland
+ - Rome. Italy
+ - Nuremberg, Germany
+ - Netherlands, Amsterdam
+
+
+ Peering requirements
+
+ - sane latency
+ - one peering per one node
+ - WireGuard, link local peering
+ - If your node is not in the same country and you plan on getting one in that country, please don't peer
+ - I can make an exception for you in most cases
+
+
+ How to
+
+
+ Contact
+
+ - dn42@m724.eu, GPG
+ - Telegram: @minecon724
+ - Discord: minecon724
+ - Session: 05293535c0f0b5ae76a663f3f875582590edd77abd72ab9b12f3acbe4bb078aa49
+
+
+ Other
+
+
\ No newline at end of file
diff --git a/src/map/index.html b/src/map/index.html
index 27bc498..9a82e09 100644
--- a/src/map/index.html
+++ b/src/map/index.html
@@ -1,6 +1,7 @@
+
diff --git a/src/map/map.js b/src/map/map.js
index 07d4e33..51ebff9 100644
--- a/src/map/map.js
+++ b/src/map/map.js
@@ -14,7 +14,7 @@ var map = L.map('map', {
maxZoom: 10
}).setView([50,18], 5);
-L.tileLayer('https://{s}.tile.thunderforest.com/spinal-map/{z}/{x}/{y}.png?apikey={apikey}', {
+L.tileLayer('https://tforwarder.b-cdn.net/spinal-map/{z}/{x}/{y}.png?apikey={apikey}', {
attribution: '© Thunderforest, © OpenStreetMap contributors',
apikey: 'db5ae1f5778a448ca662554581f283c5',
}).addTo(map);
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..58b53df
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,19 @@
+html {
+ font-size: large;
+}
+body {
+ margin: 0 auto;
+ padding-right: 20px; /* make it look aligned */
+ max-width: calc(100vw - 40px);
+ word-wrap: break-word;
+ width: fit-content;
+}
+ul {
+ margin-bottom: 1.4em;
+}
+p {
+ line-height: 0.6em;
+}
+.sel {
+ user-select: all;
+}
\ No newline at end of file