.hover-text-btn-afafc679 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}
.hover-text-btn-afafc679:hover,
.hover-text-btn-afafc679:focus {
    text-decoration: none;
}
.btn-text-afafc679 {
    display: inline-block;
    pointer-events: none;
}
