.effects {
    position: absolute;
    top: 0;
    left: 0;
}
.fire-progress{
    border-radius: 1.25em;
    color: white;
    font-weight: bold;
    -webkit-filter: url("#fire");
    filter: url("#fire");
    position: relative;
    transition: transform 0.1s linear;
    -webkit-apperance: none;
    apperance: none;
}
.btn__p, .btn__text {
    border-radius: 50%;
    transition: background 0.15s linear;
}
.btn__p {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
}
