body {
    background-color: #000;
}

.task-card.completed {
    background-color: #e9f7ef;
    border-color: #198754;
}
