
.li-circle {
  list-style-type: circle;
}

.li-square {
  list-style-type: square;
}

.li-smile {
  list-style-type: "\1F60A";
  padding-left: 60px;
}