* {
  box-sizing: border-box;
}

.highlight {
  background-color: orange;
  color: white;
}

button:hover {
  color: white;
}