body, html {height: 100vh; width: 100vw; box-sizing: border-box; margin: 0; padding: 0}
body {padding: 10%}

h1 {margin-top: 3px; margin-bottom: 5px;}
h1,p,a,button {font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}

.question,.category {width: 100%; height: 90%; text-align: center; margin: 0; padding: 0}
.question {font-size: 11vh;}
.category {width: 100%; height: 10%; font-size: 5vh; text-align: center; white-space: nowrap; position: relative; bottom: 0; right: 0}