.button {
  padding: 10px 20px;
  border-radius: 5px;
}

.button:hover {
  background: #C7E4F1;
  color: black;
}