.todo-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.todo-checkbox {
  cursor: pointer;
}

.line-through {
  text-decoration: line-through;
  opacity: 0.6;
}
