html{height:100%}html *{box-sizing:border-box}html body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}html body,html body #__next,html body #root{display:flex;justify-content:center;align-items:center;height:100%}html body #__next .container,html body #root .container{width:100%;text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center}html body #__next .container .container-app-intro,html body #root .container .container-app-intro{display:flex;flex-direction:column;align-items:center}html body #__next .container .container-app-intro .app-name,html body #root .container .container-app-intro .app-name{margin-top:12px;font-size:24px;font-weight:700}html body #__next .container .container-app-intro .tag-line,html body #root .container .container-app-intro .tag-line{margin-top:8px;font-size:14px}html body #__next .container .container-app-image,html body #root .container .container-app-image{margin-top:30px}html body #__next .container .container-app-image .app-image,html body #root .container .container-app-image .app-image{width:100%;max-width:300px}html body #__next .container .download-buttons,html body #root .container .download-buttons{width:100%;max-width:300px;margin-top:40px;display:flex;justify-content:center;gap:12px}html body #__next .container .download-buttons .download-button,html body #root .container .download-buttons .download-button{flex:1 1;cursor:pointer;min-width:0;max-width:100%}html body #__next .container .loading-container,html body #root .container .loading-container{display:flex;justify-content:center;align-items:center;height:60px}