diff --git a/game.html b/game.html
index 534e5d6..8b13789 100644
--- a/game.html
+++ b/game.html
@@ -1,18 +1 @@
-h1{
- text-align:center;
- font-family:'Baloo Da', cursive; ;
-}
-h3{
- text-align:center;
- font-family:'Baloo Da', cursive;
-}
-
-body{
- background:#27AEE3;
-}
-
-img{
- margin-left:50%;
- margin-right:50%;
-}
\ No newline at end of file
diff --git a/game.py b/game.py
index a24a7ce..79aed01 100644
--- a/game.py
+++ b/game.py
@@ -22,7 +22,7 @@
guesses = ''
#determine the number of turns
-turns = 10
+turns = 11
# Create a while loop
@@ -44,7 +44,7 @@
else:
# if not found, print a dash
- print ("_"),
+ print ("not in word :("),
# and increase the failed counter with one
failed += 1