/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01 Apr 2020, 22:27:19
    Author     : gerhardus
*/

.neon {
    color: #fff;
    background-color: #232323;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18   
}

.texthighligh {
    text-align: center;
    color: transparent;
    background-image: linear-gradient(to right, #f00, #0ff, #0f0, #00f);
    -webkit-background-clip: text;
    animation: textAnimation 15s linear infinite;
    background-size: 500%;
}

.text_format_indent {
    /*background-color: #565656;*/
    background-color: darkblue;
    color: transparent;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
    box-shadow: 0 7px 16px 0 #333333, 0 6px 22px;
}