@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{align-items:center;background:#fff;display:flex;justify-content:center}.App{text-align:center}h5{color:#1a1a40;font-size:1.15rem}.TodoWrapper{background:#fff;border-radius:5px;margin-top:1rem}.TodoForm{width:100%}.todo-input{background:none;border:1px solid #8758ff;color:#1a1a40;margin-bottom:1rem;margin-top:1rem;outline:none;padding:.5rem 1rem;width:200px}.todo-input::-webkit-input-placeholder{color:#1a1a40}.todo-input::placeholder{color:#1a1a40}.todo-btn{border:none;padding:.55rem}.Todo,.todo-btn{background:#8758ff;color:#1a1a40;cursor:pointer}.Todo{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.Todo p{color:#1a1a40;font-size:1rem;font-weight:bolder}.fa-trash{margin-left:.75rem}.completed{color:#c5aeff;text-decoration:line-through}.part1{background-color:#fff;margin-bottom:1px;margin-top:10px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.part2{margin-top:1px;z-index:1}
/*# sourceMappingURL=main.e3019e12.css.map*/