@import"https://fonts.googleapis.com/css2?family=Poppins&display=swap";*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}body{background:#8758ff;display:flex;justify-content:center;align-items:center}.App{text-align:center}h1{color:#fff;margin-bottom:.5rem;font-size:1.75rem}.TodoWrapper{background:#1a1a40;margin-top:5rem;padding:2rem;border-radius:5px}.TodoForm{width:100%;margin-bottom:1rem}.todo-input{outline:none;background:none;border:1px solid #8758ff;padding:.5rem 1rem;margin-top:1rem;margin-bottom:2rem;width:300px;color:#fff}.todo-input::placeholder{color:#ffffff4d}.todo-btn{background:#8758ff;color:#fff;border:none;padding:.55rem;cursor:pointer}.Todo{display:flex;justify-content:space-between;align-items:center;background:#8758ff;color:#fff;padding:.75rem 1rem;border-radius:5px;margin-bottom:1rem}.fa-trash{margin-left:.75rem}.incompleted{color:#fff;cursor:pointer}.completed{color:#c5aeff;text-decoration:line-through;cursor:pointer}.edit-icon,.delete-icon{cursor:pointer}
