body{
  background: #132C33;
}
.container{
  max-width: 400px;
}
span{
  color:#fff
}
input[type=text],
input[type=text]:focus{
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  max-width: 400px;
}
.todos li{
  background: #126E82;
}
.delete{
  cursor: pointer;
}
.filtered{
  display: none !important;
}

