body{margin:0;padding:0;font-family:"SF UI Text","Helvetica Neue",sans-serif}body *{box-sizing:border-box}.root{padding:16px;width:100vw;height:100vh}.content{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width: 600px){.content{position:relative;justify-content:space-between;padding-bottom:96px;top:40%;left:0;transform:none;width:100%;height:60%}}.title{font-size:14px;font-weight:400;line-height:1.3;text-align:center}.title span{color:#387aff}.button{background-color:#387aff;border-radius:8px;color:#fff;padding:20px 120px;font-size:17px;font-weight:400;line-height:1.3;text-decoration:none;text-align:center;margin-top:24px}@media only screen and (max-width: 600px){.button{padding:20px 0;width:100%}}
