.to-doList {
    margin-top: 0px;
    font-weight: bold;
    list-style-type: disc;
}
.strikeThrough {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}