body {
  font-family: sans-serif;
}

li {
  padding: 10px;
  margin: 10px;
  list-style: none;
}

li:hover {
  cursor: hand;
}

.selected {
  background: pink;
  color: red;
}

.bigText {
  font-size: 50px;
}