diff --git a/src/app/app.component.html b/src/app/app.component.html
index 0f3d9d8..20ca503 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,21 +1,8 @@
-
-
-
- Welcome to {{ title }}!
-
-

+
-
Here are some links to help you start:
-
-
-
+
\ No newline at end of file
diff --git a/src/styles.scss b/src/styles.scss
index 90d4ee0..049737a 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -1 +1,11 @@
-/* You can add global styles to this file, and also import other style files */
+html,
+body {
+ height: 100% !important;
+ width: 100% !important;
+}
+
+.blur {
+ /* Add the blur effect */
+ filter: blur(8px);
+ -webkit-filter: blur(8px);
+}