diff --git a/.htaccess b/.htaccess
index e69de29..dc3ae30 100644
--- a/.htaccess
+++ b/.htaccess
@@ -0,0 +1,4 @@
+
+Order Allow,Deny
+Deny from All
+
\ No newline at end of file
diff --git a/bausystem/index.html b/bausystem/index.html
index c00ddff..ddafba1 100644
--- a/bausystem/index.html
+++ b/bausystem/index.html
@@ -20,8 +20,6 @@
-
-
diff --git a/index.css b/index.css
index 5153cfe..0d71c50 100644
--- a/index.css
+++ b/index.css
@@ -124,7 +124,7 @@ header {
justify-content: center;
height: 100%;
color: white;
- font-size: 2.5vh;
+ font-size: clamp(20px, 2.5vh, 100px);
user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;