#chocolates {
  list-style-type: square;
}
#games {
  list-style-type: disc;
}
#fruit {
  list-style-type: circle;
}
