diff --git a/index.html b/index.html
index c02294a..5ce70f8 100644
--- a/index.html
+++ b/index.html
@@ -4,13 +4,13 @@
-
+
-
+
diff --git a/main.js b/main.js
index 418212d..a943011 100644
--- a/main.js
+++ b/main.js
@@ -251,7 +251,7 @@ window.onload = deathOftheDay();
document.getElementsByClassName("resultContainer")[0].style.display="flex";
localStorage.setItem('result', textResult);
document.getElementById("feedback").style.display = "block";
- document.getElementById("feedback").innerHTML = "Next movie revealed at midnight! š
";
+ document.getElementById("feedback").innerHTML = "Next movie at midnight! š
";
document.getElementById("resultText").innerHTML = textResult;
document.getElementById("resultText").style.display="block";
document.getElementById("countDown").style.display = "block";
@@ -289,7 +289,8 @@ console.log("day count:" + dayCount);
document.getElementById("movieName").innerHTML = movieOfTheDay[0] + " ā
";
localStorage.setItem('movieName', movieOfTheDay[0] + " ā
")
- document.getElementById("bonusQuestion").innerHTML = "āBONUS ROUNDā
Can you guess the survivor?";
+ // document.getElementById("bonusQuestion").innerHTML = "āBONUS ROUNDā
Can you guess which image contains the survivor?";
+ document.getElementById("bonusQuestion").innerHTML = "āBONUS ROUNDā
choose the image with the survivor";
document.getElementById("submitBonusGuess").style.display = "inline";
document.getElementById("skipBonusGuess").style.display = "inline";
textResult = textResult + "š©";
diff --git a/style.css b/style.css
index 5afa126..e6740bc 100644
--- a/style.css
+++ b/style.css
@@ -308,7 +308,7 @@ h3 {
border-radius: 5px;
width: 30%;
position: relative;
- transition: all 5s ease-in-out;
+ /* transition: all 1s ease-in-out; */
/* overflow: auto; */
}
.popup i{