/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2024 | 10:37:05 */
.topblinktext{position: absolute;width:30%; top:5px;left:40%;z-index:999999;}
.topblinktext h2 {font-family: "europa", Sans-serif;font-size:20px;font-weight:bold;color:red;text-transform:uppercase;animation: animateblink 
                1.5s linear infinite; }
@keyframes animateblink { 
            0% { 
                opacity: 0; 
            } 
  
            50% { 
                opacity: 0.7; 
            } 
  
            100% { 
                opacity: 0; 
            } 
        } 
