@import url(http://fonts.googleapis.com/css?family=Fondamento); body, #question, #answer{ font-family:Fondamento,cursive; padding: 0; margin: 0; width: 100%; height: 100%; max-height: 100%; max-width: 100%; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #options { position: absolute; z-index: 100; top: 0; } .button { z-index: 200; } #question, #answer { text-align: center; position: absolute; top: 0; left: 0; } #answer { display: none; } .text { top: 50%; margin: 0; padding: 0; }