@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:linear-gradient(90deg,#f0f,purple);display:flex;justify-content:center}.App{text-align:center}h1{color:#fff;font-size:1.75rem;margin:.5rem}.NotesWrapper{background:#470d47;border-radius:5px;margin-top:5rem;padding:2rem}.NotesForm{margin-bottom:1rem;width:100%}.notes-input{background:none;border:1px solid purple;color:crimson;margin-bottom:2rem;margin-top:1rem;outline:none;padding:.5rem 1rem;width:300px}.notes-input::placeholder{color:gray}.notes-btn{background:#6495ed;border:none;color:#fff;cursor:pointer;padding:.55rem}.Notes{align-items:center;background:red;border-radius:5px;color:#fff;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.fa-trash{margin-left:.75rem}.incompleted{color:#fff;cursor:pointer}.completed{color:#ca1a34;text-decoration:line-through}.completed,.delete-icon,.edit-icon{cursor:pointer}
/*# sourceMappingURL=main.55d5b6c0.css.map*/