body {
  font-family: "Roboto", sans-serif;
  background-color: WhiteSmoke;
  margin: 15px;
  color: black;
}
body h2 {
  color: black;
}
body #to-do-input {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0px 5px 5px;
  width: 100%;
  border: 1px solid Silver;
  background-color: White;
}
body #to-do-list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
body #to-do-list li {
  padding: 5px 0px 5px 5px;
  border-bottom: 1px dotted Silver;
}
/*# sourceMappingURL=vanilla-sass-todo.css.map */
