body {
  background: #28cccf;
}
.container {
  max-width: 400px;
}
input[type="text"],
input[type="text"]:focus {
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  max-width: 400px;
}
.todo-list li {
  background: #96b8cb;
}
.delete-todo-item {
  cursor: pointer;
}

.filtered {
  display: none !important;
}
