ul.checklist {
  list-style-type: none;  /* Removes the bullets */
  padding-left: 0;
  margin-left: 0;
  text-align: left;  /* Ensures no centering interference */
}