p.todo {
display : flex;
justify-content : space-between;
}

.done {
  text-decoration: line-through;
  color: #ccc;
}
