li {
  color: tomato;
}

button {
  background: red;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

button:focus {
  box-shadow: 0 0 0 1px white, 0 0 0 2px red;
}
