.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-800 .elementor-element.elementor-element-3c3aebc .elementor-button{background-color:#FFFFFF00;font-family:"Roboto", Sans-serif;font-size:99px;font-weight:500;fill:#000000;color:#000000;border-style:solid;border-width:3px 3px 3px 3px;}/* Start custom CSS for button, class: .elementor-element-3c3aebc */#degradebtn {
  padding: 20px 60px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 5px;
  background: linear-gradient(to right, #00FFA3, #DC1FFF);
  cursor: pointer;
}

#degradebtn::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: white;
}/* End custom CSS */