@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap";*{box-sizing:border-box}body{min-height:100vh;font-family:Nunito Sans,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center}img{border-radius:8px;width:108px;height:108px;margin-bottom:16px}button{min-width:289px;min-height:48px;margin:4px 0;font-weight:700;border-radius:4px;cursor:pointer}button span{display:flex;justify-content:center;align-items:center}button span img{border-radius:0;width:24px;height:24px;margin-right:12px;margin-bottom:0}button.button-primary{background-color:#008036;color:#fff;border:none;outline:inherit}button.button-outline{background-color:#fff;color:#008036;border:1.5px #008036 solid}
