/* Start custom CSS for html, class: .elementor-element-6c2cb5e */<style>
      .button {
        background-color:#FFA500;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: none;
        color:#191970;
        cursor: pointer;
        display: inline-block;
        font-family:'yekan’;
        font-size: 20px;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
      }
      @keyframes glowing {
        0% {
          background-color:#FFD700;
          box-shadow: 0 0 10px #FFD700;
        }
        50% {
          background-color: #FFA500;
          box-shadow: 0 0 20px #FFA500;
        }
        100% {
          background-color:#FFD700;
          box-shadow: 0 0 10px #FFD700;
        }
      }
    
    </style>/* End custom CSS */