body {
  background: #070908;
  min-height: 100vh;
}
.mb-4{
    color: rgb(210, 14, 50);
}

#taskForm input {
  min-width: 200px;
}

.list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.completed {
  text-decoration: line-through;
  color: #6c757d;
}
