.underline {
  text-decoration: underline;
}

.todo-done {
  text-decoration: line-through;
}
