.button {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background-color: blue;
  color: white;
}

.button:hover {
  background-color: darkblue;
}
