body {
  font-family: sans-serif;
  background: white;
}

.Todo-Item:hover .trash-icon {
  display: block;
}
