diff --git a/public/finger1.svg b/public/finger1.svg
new file mode 100644
index 0000000..bc4f333
--- /dev/null
+++ b/public/finger1.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/TextWithFinger/index.tsx b/src/components/TextWithFinger/index.tsx
index 42c353d..b15f181 100644
--- a/src/components/TextWithFinger/index.tsx
+++ b/src/components/TextWithFinger/index.tsx
@@ -28,7 +28,7 @@ function TextWithFinger({
)}
>
diff --git a/src/components/TextWithFinger/styles.module.css b/src/components/TextWithFinger/styles.module.css
index 27ab885..26c065e 100644
--- a/src/components/TextWithFinger/styles.module.css
+++ b/src/components/TextWithFinger/styles.module.css
@@ -42,6 +42,7 @@
}
.finger {
+ width: 44px;
margin: 8px 0;
animation: jump 3s ease infinite;
}