body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}ul{list-style:none}h1,h2,h3,h4,ul{margin:0;padding:0}.container{width:272px;margin:0 auto;padding-top:5rem}.todo-list{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.todo-item,.todo-list{display:-webkit-flex;display:flex}.todo-item{border:1px solid #000;border-radius:5px;padding:10px;margin-bottom:10px;min-width:250px;-webkit-justify-content:space-between;justify-content:space-between}.todo-item:last-child{margin-bottom:0}.todo-item__checkbox{cursor:pointer}.todo-item__checkbox,.todo-item__text{margin-right:8px}.todo-item__text.done{text-decoration:line-through;color:#ccc}.btn{background:none;border:1px solid #000;border-radius:3px;padding:5px 10px;cursor:pointer}.btn_green{background-color:#adff2f}.btn_red{background-color:red;color:#fff}.todos__header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:10px}.add-todo__form{padding:10px;margin-bottom:30px;border:1px solid grey}.add-todo-form-title{margin-bottom:5px}.add-todo-form-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.add-todo__input{border:1px solid #000;padding:5px;border-radius:5px}
/*# sourceMappingURL=main.b17307ff.chunk.css.map */