html,body{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box}*{box-sizing:inherit}#root{width:100%;height:100%;overflow:hidden}#root .primaryButton{flex:1 1;background-color:#fe2d36;color:#fff;height:38px;border-radius:24px;font-size:18px;border:1px solid rgba(255,255,255,.18);padding:0}#root .primaryButton:active{opacity:.9}#root .subButton{flex:1 1;background-color:#fff;color:#fe2d36;height:38px;border-radius:24px;font-size:18px;border:1px solid #FE2D36;padding:0}#root .subButton:active{opacity:.9}#root .height38{height:38px}#root .height48{height:48px}
