.my-custom-button {
  padding: 10px;
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 360px;
}

.my-custom-button:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid black 2px;
}
