body{
  background: #352f5b;
  font-family: 'Montserrat', sans-serif;
}

input[type=text],
input[type=text]:focus{
  color: #fff;
  border: none;
  background: rgba(0,0,0,0.2);
}

.todos li{
  background: #423a6f;
}

.delete{
  cursor: pointer;
}

.filtered {
  display: none !important;
}