diff --git a/index.html b/index.html
index cfe420c..809a831 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@
-
Happy Valentine's Day Gorgeous
+ Happy Valentine's Day Gorgeous
You have such wonderful eyes, these are winds that make my heart sway.
diff --git a/style/style.css b/style/style.css
index ae3dfc5..cfea228 100644
--- a/style/style.css
+++ b/style/style.css
@@ -222,11 +222,7 @@ body {
font-size: 2rem;
margin: 10px 0 0;
}
-.wish h4 {
- font-weight: lighter;
- font-size: 10rem;
- margin: 10px 0 0;
-}
+
.nine p {
font-size: 2rem;
diff --git a/will-you-be-my-valentine/script.js b/will-you-be-my-valentine/script.js
index fd7f51e..de712e1 100644
--- a/will-you-be-my-valentine/script.js
+++ b/will-you-be-my-valentine/script.js
@@ -30,6 +30,7 @@ function handleYesClick() {
buttonsContainer.classList.add("hidden");
changeImage("yes");
setTimeout(pauseScript, 5000)
+ setTimeout(pauseScript, 1000)
window.location.href = '../flowers/'
}