body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);min-height:100vh;text-align:center;ol,ul{justify-self:center;list-style:none;margin:0;padding-left:0;li{justify-self:start}}}.button{background-color:#61dafb;border:none;border-radius:5px;cursor:pointer;font-size:1.5rem;margin:20px;padding:10px 20px}.submit-button{margin-top:40px}.disabled{background-color:#ccc;cursor:not-allowed}.counter{color:#fff;font-size:5rem;font-weight:700}.counter-container,.form-container{align-items:center;display:flex;flex-direction:column;padding:20px}.form-container{width:-webkit-max-content;width:max-content}.input-container{grid-row-gap:4px;grid-column-gap:16px;align-items:center;column-gap:16px;display:grid;grid-template-areas:"label input" "error error";grid-template-columns:1fr 2fr;justify-content:space-between;margin:10px 0;row-gap:4px;width:100%}.label{display:flex;flex-wrap:wrap;grid-area:label;justify-self:start}.input{border-radius:5px;box-sizing:border-box;cursor:pointer;font-size:1rem;grid-area:input;padding:10px;width:100%}.error-text{color:red;display:flex;font-size:1rem;grid-area:error;height:-webkit-fit-content;height:fit-content;justify-content:center;margin:0}.required-indicator{font-size:.7rem;margin-left:4px}
/*# sourceMappingURL=main.d188bb7c.css.map*/