ul {
  list-style-type: none;
}

li {
  background-color: grey;
  border-radius: 5px;
  max-width: 600px;
}
