diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 25d77ba..6be8d60 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -9,7 +9,11 @@
 <div
   class="font-display flex flex-col items-center justify-center h-screen bg-eerie-black"
 >
-  <img src={Pfp} alt="" class="rounded-full w-32 h-32 mb-4" />
+  <img
+    src={Pfp}
+    alt=""
+    class="rounded-full w-32 h-32 mb-4 hover:animate-spin"
+  />
   <h1 class="text-4xl font-bold text-center text-floral-white">notohh</h1>
   <div class="flex space-x-4 mt-4">
     <a href="https://www.last.fm/user/notoh" aria-label="Lastfm">
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
new file mode 100644
index 0000000..e69de29
diff --git a/static/bg.png b/static/bg.png
deleted file mode 100644
index fd24349..0000000
Binary files a/static/bg.png and /dev/null differ