body{
    background-color: cadetblue;
}

.container{
    max-width: 400px;
}

input[type=text],
input[type=text]:focus{
    color: cornsilk;
    border: none;
    background-color: lightgray;
    max-width: 400px;
}

.todos li{
 
    background-color: lightyellow;
}

.delete{
    cursor: pointer;
}

.filtered{
    display: none !important;
}
