html,
body {
    background: black;
}

.neonFont {
    /* position: absolute; */
    text-shadow: 0px 0px 8px #59cefc, 0px 0px 32px #eb86da;
    filter: brightness(1);
    color: white;
    /* Fallback color */

}