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}.todo-list{display:flex;margin:12px 0}.todo-list-input{max-width:100%;width:100%}.todo-header{display:grid;grid-template-areas:"counter-all counter-all" "counter-pending counter-completed"}.todo-counter-all{grid-area:counter-all}.todo-counter-pending{grid-area:counter-pending}.todo-counter-completed{grid-area:counter-completed}.todo-task-bar{display:flex;margin-top:32px}.todo-task-input{max-width:100%;width:100%}.app-wrapper{margin:0 auto;max-width:672px}
/*# sourceMappingURL=main.3fce3970.css.map*/