diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
index 12832e6..b823220 100644
--- a/src/views/NotFound.vue
+++ b/src/views/NotFound.vue
@@ -6,7 +6,7 @@
ERROR 404: Page Not Found
- Back to Search
+ Back to Search
@@ -40,5 +40,12 @@
font-weight: 600;
font-size: 2vw;
}
-
+#link {
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ margin-top: 20px;
+ padding: 10px 20px;
+ text-decoration: none;
+}
\ No newline at end of file