@import"https://fonts.googleapis.com/css2?family=Poppins&family=Rubik+Glitch&family=Rubik+Microbe&display=swap";body{background-color:#0b0b0e;color:#fff;font-family:Poppins,sans-serif;margin-top:50px}main{display:grid;place-items:center}h1{font-family:Rubik Microbe,cursive;font-weight:400;font-size:5rem}#result{aspect-ratio:1/1;max-width:512px;width:100%;background:#3a3a43;display:flex;justify-content:center;align-items:center}form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:512px;margin-top:2rem}textarea{width:100%;height:100px;margin:10px 0;font-size:1.5rem}button{width:100%;height:50px;background-color:#1b1b1e;color:#fff;border:none;border-radius:5px;cursor:pointer;text-transform:uppercase;font-weight:600;margin-bottom:50px}button:hover{background-color:#2b2b2e}.hidden{display:none}.spinner{animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
