diff --git a/result-app/views/index.html b/result-app/views/index.html
index 2a97853..0b6713a 100644
--- a/result-app/views/index.html
+++ b/result-app/views/index.html
@@ -31,8 +31,10 @@
-
- {{total}} votes
+
+ No votes yet
+ {{total}} vote
+ {{total}} votes
diff --git a/result-app/views/stylesheets/style.css b/result-app/views/stylesheets/style.css
index 9acf00d..6842773 100644
--- a/result-app/views/stylesheets/style.css
+++ b/result-app/views/stylesheets/style.css
@@ -47,6 +47,7 @@ body{
vertical-align:middle;
}
#result{
+ z-index: 3;
position: absolute;
bottom: 40px;
right: 20px;