*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#000;-webkit-font-smoothing:antialiased;overflow:hidden}.app{height:100%;width:100%}.screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif}.header{display:flex;justify-content:space-between;align-items:center;padding:20px;height:60px}.center-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{font-size:10px;font-weight:300;letter-spacing:.25em}.title{font-size:11px;font-weight:300;letter-spacing:.25em;text-align:center;margin:0}.body-text{font-size:17px;font-weight:300;line-height:1.8;white-space:pre-line;margin:0}.caption{font-size:11px;font-weight:300;letter-spacing:.1em;opacity:.5}.btn-primary{font-family:inherit;font-size:15px;font-weight:300;padding:16px 32px;border:1px solid #000;background:none;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#f5f5f5}.btn-primary:active{background:#eee}.btn-subtle{font-family:inherit;font-size:11px;font-weight:300;letter-spacing:.1em;padding:8px;border:none;background:none;cursor:pointer;opacity:.5;transition:opacity .2s}.btn-subtle:hover{opacity:1}.progress-bar{position:fixed;right:32px;top:50%;transform:translateY(-50%);width:1px;height:50px;background:#0000001a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@media (max-width: 480px){.header{padding:16px}.body-text{font-size:16px}}
