body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root,.app{height:100%}.app{display:flex;flex-direction:column;align-items:center;justify-content:space-between}header{margin:1rem 1rem 0}h1{text-align:center}footer{text-align:center}.app-content{display:flex;flex-direction:column;align-items:center;width:100%}.app-content>*{align-self:stretch;margin:1rem 2rem 0}.hidden-capture-input{visibility:hidden;height:0;width:0}.capture-button,.download-button{color:#000}.capture-button-uploaded{border:none;background-color:transparent}.capture-action-row{display:flex;flex-direction:column}.capture-action-row>.big-button{flex-grow:1;margin:16px}.big-button>.button-text{font-size:2em}.emoji{display:flex;flex-direction:row;justify-content:center}.emoji-small{font-size:2rem}.emoji-large{font-size:4rem}.emoji-animate{animation:swing 1.5s ease-in-out infinite alternate}.emoji-fade{animation:fade-out 1.5s ease-out infinite alternate}@keyframes fade-out{0%{opacity:0}to{opacity:1}}@keyframes swing{0%{transform:rotate(0)}50%{transform:rotate(15deg)}to{transform:rotate(-15deg)}}.big-button{border-radius:16px;border:solid black 2px}.big-button>*{margin:16px}.other-subjects{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;text-align:center}.subject-tile{width:100%;height:180px;margin-bottom:48px;color:#000}html,body,#root{height:100%}h1{margin:2rem}@media(max-height:500px){h1{display:none}}.container{display:flex;flex-direction:column;align-items:center;max-height:80vh}.qr-code{height:65vh}@media(max-height:500px){.qr-code{height:90vh}}
