.enchi-btn.enchi-btn--round {
    border-radius: 20px !important;
    text-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff;
    color: #fff;
    padding: 4px clamp(20px, 5vw, 50px) !important;
    font-size: clamp(16px,5vw,19px);
    border: 2px solid #fff;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
}

.themeContentStyle4 {
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #92cfce;
    border-radius: 100%;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    border: 4px solid #ffffff;
    border-radius: 0;
    box-sizing: border-box;
}

.aposto_btn_nude {
    color: #fff !important;
    background-color: #cc9a8e;
    padding: 8px 100px 5px;
    font-weight: bold;
    transition: background-color 0.2s;
}

.aposto_btn {
    border-radius: 3px;
    display: inline-block;
    line-height: 2em;
    color: #54565b;
    background-color: #fff;
    padding: 10px 50px 0;
    transition: background-color 0.2s;
}