.todo {
  list-style: none;
}

.todo button {
  visibility: hidden;
}

.todo:hover button {
  visibility: visible;
}
