* { box-sizing:border-box; } body { font-size:16px; font-family:Arial, sans-serif; text-align:center; } .container { padding-top:30px; } h1 { margin: 0 0 20px; font-weight:bold; } h2 { margin:0 0 1em; line-height:1.5em; } h2 span { font-weight:normal; } .choices { margin-bottom:20px; } .choice { width:100%; height:150px; line-height:150px; border:1px solid #aaa; background:#eee; border-radius:4px; cursor:pointer; } .choice:hover { background:#ddd; } .choice:active { background:#ccc; border-color:#ccc; } dt { margin-bottom:15px; } #last-result { margin:20px 0; } #last-result h2 { line-height:1em; margin-bottom:15px; } @media screen and (max-width: 992px) { .choice { width:75px; height:75px; line-height:75px; border-radius:37.5px; margin:0 auto 20px; } }