.highlighted {
  background-color: yellow;
  color: black;
  font-weight: bold;
}
button {
  margin: 10px;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}
button:hover {
  background-color: #45a049;
}
