body {
    background-image:url("rat-spin.gif") ;
}

img {
    width: 20%;
    height: auto;
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 0px;
}

a:link {
    font-family: non;
    font-size: 400%;
    color: red;
}

a:visited {
    font-family: non;
    font-size: 400%;
    color: red;
}

@keyframes flicker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
  
.flicker-text1 {
    animation: flicker 0.5s infinite;
} 

.flicker-text2 {
    animation: flicker 0.7s infinite;
} 

.flicker-text3 {
    animation: flicker 0.9s infinite;
} 

.flicker-text4 {
    animation: flicker 1.1s infinite;
} 

.flicker-text5 {
    animation: flicker 1.3s infinite;
} 

a {
    color: inherit;
}

@font-face {
    font-family: non;
    src: url("CrashAlertDemoRegular.ttf");
}