h1 {
  text-align: center;
  font-weight: bold;
}

li {
  color: magenta;
  list-style-type: square;
  border: 2px dashed orangered;
}
