html,body{font-family:monospace;margin:0;padding:0}body{background:#f9f9f9;color:#000}#root{height:100vh;width:100vw;flex-direction:column}.name{text-align:center;font-size:2.2rem;margin-bottom:1rem;font-weight:bold}#root,.actions{display:flex;align-items:center;justify-content:center}.actions{column-gap:1.6rem}button{font-family:inherit;cursor:pointer;border:0;border-radius:.3rem;color:#fff;font-size:1.2rem;line-height:2.6;padding:0 1em;transition:all 150ms;box-shadow:0 8px 20px -10px #a2cc9a;min-width:116px;background:#0e956f;background:linear-gradient(135deg,#0e956f 0%,#70ba5f 100%);outline-color:#005840}button:active{transform:translateY(1px)}
