@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&family=Space+Mono:wght@400;700&display=swap";html,body{height:100%;width:100%;font-family:Inter,sans-serif;line-height:1.6;margin:0;padding:0}.index{align-items:center;display:flex;justify-content:center;height:100%;width:100%;text-align:center}h1,p{padding:0;margin:0;font-weight:500}p{font-size:1rem;font-weight:300;word-wrap:brea-word;max-width:600px}.content{display:grid;gap:1rem;margin-bottom:4rem}form{display:flex;align-items:center;justify-content:flex-start;margin:0 auto;gap:1rem}label{display:grid;gap:.2rem;max-width:20rem;text-align:left;font-size:1rem}span{font-weight:300;font-size:.8rem;font-style:italic}input[type=text]{padding:.4rem;border-radius:.2rem;border:none;outline:none}button{padding:.4rem .8rem;border-radius:.2rem;color:#fff;background-color:#1a1817;border:none;outline:none}button:hover{cursor:pointer}ul{list-style:none;padding:0;padding-top:3rem;margin:0;display:flex;gap:2rem}li{max-width:20rem;text-align:left}@media only screen and (max-width: 50rem){ul{display:block}li{padding-bottom:1rem}}
