diff --git a/src/components/Search.vue b/src/components/Search.vue
new file mode 100644
index 0000000..5b54bb6
--- /dev/null
+++ b/src/components/Search.vue
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
diff --git a/src/icons/CarbonArrowRight.svg b/src/icons/CarbonArrowRight.svg
new file mode 100644
index 0000000..3470d13
--- /dev/null
+++ b/src/icons/CarbonArrowRight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/CarbonRecentlyViewed.svg b/src/icons/CarbonRecentlyViewed.svg
new file mode 100644
index 0000000..857310b
--- /dev/null
+++ b/src/icons/CarbonRecentlyViewed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro
index 5e2eb2c..90a8151 100644
--- a/src/layouts/Default.astro
+++ b/src/layouts/Default.astro
@@ -2,7 +2,6 @@
import Base from "@/layouts/Base.astro"
---
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 6d3d029..3e9e7b1 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,6 +1,7 @@
---
import Default from "@/layouts/Default.astro"
import Button from "@/components/Button.vue"
+import Input from "@/components/Input.vue"
---
@@ -9,6 +10,7 @@ import Button from "@/components/Button.vue"
+
@@ -30,4 +32,12 @@ span.rate {
button.sign {
margin-right: 15px;
}
+
+main {
+ display: grid;
+ align-content: center;
+ justify-items: center;
+ align-items: center;
+ min-height: 100vh;
+}
diff --git a/src/styles/app.css b/src/styles/app.css
index 042c3f8..3b040be 100644
--- a/src/styles/app.css
+++ b/src/styles/app.css
@@ -2,6 +2,7 @@
:root {
--green: #22c55e;
+ --black: #171717;
--darken: #1c1917;
--neutral: #404040;
--shadow: #262626;