body {
  background-image: url("Bg.png");
  background-size: 300px 300px;
  background-color: orange;
  color: yellow;
  font-family: Comic Sans MS;
}

ul li::marker {
  content: "\29EB";
  color: yellow;
  font-size: 0.5em
}