btnGAV1{
  background-color: #95c926;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

btnGAV
{
align-items: center;
   background-color: #95c926;
    border: 1px solid #95c926;
    border-radius: var(--button-radius-md);
    box-shadow: none;
    color: var #95c926;
    cursor: pointer;
    font-size: var(--font-size-buttons-desktop);
    font-weight: var(--button-fontweight);
    justify-content: center;
    line-height: var(--button-lineheight);
    min-width: 0;
    padding: var(--button-padding-md);
    text-decoration: none;
    text-transform: none;
    transition: var(--button-transition);
    white-space: normal;
    width: 100%;
}