/* Custom Stylesheet hash:16783781531546450724 dated 12 May, 2025 07:37:27+America/Chicago */
.blinking{
    
    animation:blinkingText 1s infinite;

}{
text-align:  center;}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }