diff --git a/src/app.scss b/src/app.scss
index 8676ba5..4dd32a5 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -79,4 +79,8 @@ body {
body {
overflow-x: hidden;
+}
+
+h1 {
+ font-size: 3rem;
}
\ No newline at end of file
diff --git a/src/lib/components/BlurredButton.svelte b/src/lib/components/BlurredButton.svelte
index c41e2a5..23392f6 100644
--- a/src/lib/components/BlurredButton.svelte
+++ b/src/lib/components/BlurredButton.svelte
@@ -2,7 +2,10 @@
const { text, color, onClick, classes } = $props();
-{text}