.buttonBase {
  color: inherit;
  height: 44px;
  border-radius: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-transform: none;
  box-shadow: none;
  letter-spacing: normal;
  appearance: none;
  border: none;
  padding: 5px 15px;
  width: 100%;
  background: none;
}
.buttonBase:hover {
  cursor: pointer;
}
.buttonBase:disabled {
  cursor: default;
}