img {
    height: 150px;
}

ul {
    list-style-type: circle;
}

ol li {
    color: darkred;
}

.done {
    list-style-type: disc;
}