.button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 25px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    border-radius: 10px;
  }
  
  .button-30:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }
  
  .button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
  .button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }


.button-33 {
  background-color: rgb(207,152,71);
  border-radius: 100px;
  box-shadow:rgb(141 103 46 / 20%) 0 -25px 18px -14px inset, rgb(141 103 46 / 15%) 0px 8px 2px, rgb(141 103 46 / 15%) 0 2px 4px, rgb(141 103 46 / 15%) 0 4px 8px, rgb(141 103 46 / 15%) 0 8px 16px, rgb(141 103 46 / 15%) 0 16px 32px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 30px;
  padding: 0px 7px;
  font-weight: 700;
  margin: 13px;
}

.button-33:hover {
  box-shadow: rgba(141, 103, 46,.35) 0 -25px 18px -14px inset,rgba(141, 103, 46,.25) 0 1px 2px,rgba(141, 103, 46,.25) 0 2px 4px,rgba(141, 103, 46,.25) 0 4px 8px,rgba(141, 103, 46,.25) 0 8px 16px,rgba(141, 103, 46,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.button-33:active {
  transform: scale(0.55);
}