@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,#add8e6,blue);display:flex;justify-content:center}.App{text-align:center}h1{color:#fff;font-size:1.75rem;margin-bottom:.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:#fff;margin-bottom:2rem;margin-top:1rem;outline:none;padding:.5rem 1rem;width:300px}.notes-input::placeholder{color:grey}.notes-btn{border:none;cursor:pointer;padding:.55rem}.Notes,.notes-btn{background:purple;color:#fff}.Notes{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.fa-trash{margin-left:.75rem}.incompleted{color:#fff;cursor:pointer}.completed{color:#752a75;text-decoration:line-through}.completed,.delete-icon,.edit-icon{cursor:pointer}
/*# sourceMappingURL=main.8eb9a830.css.map*/