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}*{box-sizing:border-box}.App{text-align:center;display:flex;align-items:center;justify-content:center;height:100vh}.style_todo__1rOui{width:400px;height:600px;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);display:flex;flex-direction:column;border-radius:1em;overflow:hidden}.style_todo__1rOui header{width:100%;height:50px;background-color:grey}.style_todo__1rOui header h1{margin:0;color:#fff}.style_add__3qA8Y{width:100%;height:50px;background-color:#d3d3d3;padding:1em;margin-top:auto;display:flex;justify-content:space-between;align-items:center;position:relative}.style_add__3qA8Y input{height:30px;width:80%;border:none;border-radius:5px}.style_addBtn__1Ab_D{border:none;position:absolute;right:0;width:18%;height:50px;background-color:#ebd070;color:#323330;font-size:medium}.style_todoItems__3dDtK{width:100%;max-height:450px;display:flex;flex-direction:column;align-items:center;padding:1em;overflow-y:auto}.style_item__271IC{width:100%;height:50px;border-left:2px solid grey;background-color:#f5f5f5;margin:.5em 0;display:grid;grid-template-columns:80% 20%;grid-template-rows:repeat(2,25px)}.style_item__271IC span{grid-column:1/2;grid-row:1/3;padding:.5em;text-align:left;overflow:auto}.style_item__271IC span input{height:30px;width:80%;border:1px solid grey;border-radius:5px}.style_editBtn__3CvS7{grid-row:2/3;background-color:#90ee90}.style_deleteBtn__2KNd1,.style_editBtn__3CvS7{grid-column:2/3;width:100%;height:100%;border:none;color:#fff;cursor:pointer}.style_deleteBtn__2KNd1{grid-row:1/2;background-color:#f08080}
/*# sourceMappingURL=main.9f15046a.chunk.css.map */