body .g-button {
  background: transparent;
  border: none;
  background-color: transparent;
  font-size: 24px;
  font-weight: 700;
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  border-color: #ff8da8 !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-transparent: 100% !important;
  border-enabled: 1;
  background-color: #ff8da8 !important;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  transition: all 0.15s;
}
body .g-button:hover {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  border-color: #ff8da8 !important;
  background-color: transparent !important;
  color: #ff8da8 !important;
}
