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}.header{border:1px solid #edecec;height:50px}.header,.todoForm{align-items:center;display:flex;justify-content:space-between}.todoForm{background-color:#edecec;border-radius:10px;gap:20px;margin:0 auto;padding:30px}.formGroup{align-items:center;display:flex;gap:20px}.inputName{font-size:18px;font-weight:600}.inputBox{width:250px}.inputBox,.myButton{border:none;border-radius:10px;height:40px}.myButton{background-color:#207b71;color:#fff;font-size:14px;font-weight:600;width:140px}.todoBox{border:4px solid #207b71;border-radius:10px;padding:12px 24px 24px;width:280px}.todoTitle{font-size:24px;font-weight:600;margin:20px 0}.container{margin:0 auto;max-width:1200px;min-width:800px}.flex{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.btn{background-color:#fff;border:0;height:40px;margin:20px 10px 0 0;width:130px}.btn--del{border:2px solid red;border-radius:10px}.btn--done{border:2px solid green;border-radius:10px}
/*# sourceMappingURL=main.b6207699.css.map*/