body.elementor-page-673:not(.elementor-motion-effects-element-type-background), body.elementor-page-673 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS */.todo-app {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
}

input {
    width: 70%;
    padding: 10px;
}

button {
    padding: 10px;
    cursor: pointer;
}

li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 8px;
    background: #eee;
    cursor: pointer;
}

.completed {
    text-decoration: line-through;
    color: gray;
}/* End custom CSS */