diff --git a/README.md b/README.md
index f303901..a53f617 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,7 @@ help is welcome, got some skill issues so dont judge me ](https://vercel.com?utm_source=theoriginalayaka&utm_campaign=oss)
diff --git a/public/powered-by-vercel.svg b/public/powered-by-vercel.svg
new file mode 100644
index 0000000..8778286
--- /dev/null
+++ b/public/powered-by-vercel.svg
@@ -0,0 +1,6 @@
+
diff --git a/public/vercel-logotype-light.svg b/public/vercel-logotype-light.svg
new file mode 100644
index 0000000..0fbca5b
--- /dev/null
+++ b/public/vercel-logotype-light.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/App.css b/src/App.css
index 7acb4fb..b0e35fd 100644
--- a/src/App.css
+++ b/src/App.css
@@ -81,11 +81,16 @@
.footer {
margin-top: 2rem;
font-family: "YurukaStd";
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
}
.footer > a {
color: rgb(199, 199, 199);
text-decoration: none;
+ margin-bottom: 0.5rem;
}
.footer > a:hover {
diff --git a/src/App.jsx b/src/App.jsx
index 031b583..7ac4c32 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -252,6 +252,10 @@ function App() {
GitHub
+ {/*powered by vercel */}
+
+
+