*{
    font-family: 'PT Sans', sans-serif;
}

html,body{
    text-align:center;
    height:90%;
}

#question{
    display:inline-block;
    margin:0px auto;
    position:relative;
    top:42%;
}

#question span#question-text{
    font-size:52px;
    margin-bottom:25px;
}

#appStoreIcon{
    position:absolute;
    left:0px;
    right:0px;
    bottom:50px;
}

#anotherParagraph{
    color:#888;
}

#anotherParagraph a, #anotherParagraph a:hover, #anotherParagraph a:visited{
    color:#888;
    text-decoration:none;
}