-
\ No newline at end of file
+}
+
diff --git a/src/resources/vue/pages/index.vue b/src/resources/vue/pages/index.vue
index c82f939..9662c7b 100644
--- a/src/resources/vue/pages/index.vue
+++ b/src/resources/vue/pages/index.vue
@@ -1,8 +1,17 @@
Hello World!
+
diff --git a/src/resources/vue/scss/global.scss b/src/resources/vue/scss/global.scss
index ba18583..e3324a5 100644
--- a/src/resources/vue/scss/global.scss
+++ b/src/resources/vue/scss/global.scss
@@ -1,3 +1,4 @@
+@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import './variables.scss';
html, body {
@@ -8,4 +9,9 @@ html, body {
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
-}
\ No newline at end of file
+ margin: 0;
+}
+
+p {
+ margin: 0;
+}