diff --git a/favicon.svg b/favicon.svg
index 95b6084..7dcc1ad 100644
--- a/favicon.svg
+++ b/favicon.svg
@@ -1,9 +1 @@
-
+
\ No newline at end of file
diff --git a/script.js b/script.js
index 0ef324f..809e592 100644
--- a/script.js
+++ b/script.js
@@ -89,7 +89,7 @@ function createBolt() {
}, 800);
}
-setInterval(createBolt, 600);
+setInterval(createBolt, 1000);
// Stars
diff --git a/style.css b/style.css
index 25f699a..e95bec6 100644
--- a/style.css
+++ b/style.css
@@ -35,9 +35,12 @@ button {
main {
flex-direction: column;
- height: calc(100% - 2rem);
max-width: calc(100% - 2rem);
width: 20rem;
+ padding: 1rem;
+ border-radius: 1rem;
+ backdrop-filter: blur(2px);
+ background: #00000020;
}
.center {
diff --git a/urlmskr.svg b/urlmskr.svg
index 89da6f4..dbcb572 100644
--- a/urlmskr.svg
+++ b/urlmskr.svg
@@ -1,14 +1 @@
-
+
\ No newline at end of file