.svg-text{
    /* width: 100vw; */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 444;
    pointer-events: none;

}

.svg-text text{
    font-family: 'new-science-extended', sans-serif;
    text-transform: uppercase;
    fill: #0000FF;
    stroke: rgb(var(--black));
    stroke-width: 2px;
    dominant-baseline: middle;
    /* text-shadow: 0px 0px 7px rgba(var(--black),0.9), 0px 0px 7px rgba(var(--black),1), 0px 0px 15px rgba(var(--black),0.4);
    stroke-dashoffset: 600;
    stroke-dasharray: 600; */
    font-weight: 700;
    opacity: 0;
}
.svg-text.magenta-text text{
    fill: #D40F7D;
}
