diff --git a/index.html b/index.html
index d71a2e4..0a5ae0f 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
#container {
left: 0px;
position: absolute;
+ text-align: center;
top: 50%;
transform: translateY(-50%);
width: 100%;
@@ -21,17 +22,15 @@
bottom: 0px;
left: 0px;
position: absolute;
+ text-align: center;
width: 100%;
}
#question {
color: #52768a;
- display: block;
font-family: serif;
font-size: 200%;
margin: 0px 20px 15px 20px;
- text-align: center;
- vertical-align: middle;
}
#new-question {
@@ -41,12 +40,10 @@
a {
color: #bbb8ae;
- display: block;
+ display: inline-block;
font-family: sans-serif;
padding: 10px;
- text-align: center;
text-decoration: none;
- vertical-align: middle;
}