/*.todoDiv {*/
/*  margin: 20px;*/
/*}*/

span {
  margin: 5px;
}

a {
  text-decoration: none;
  color: blue;
}

input[type="text"] {
  font-size: 18px;
  height: 18px;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  width: 200px;
}

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