@import url("style.css");

.todos {
    display: block;
}
.todo {
    display: unset;
    background: orange;
}
