.lbred {
   color:red;
   text-decoration: none;
}

.lbblack {
   color:black;
   text-decoration: none;
}

.lbblue {
   color:blue;
   text-decoration: none;
}

.lbgreen {
   color:green;
   text-decoration: none;
}

.blinking {
  margin: 12px auto;
  font-size: 37px;  
  animation: blink 1s step-start infinite; /* Apply the blink animation */
  color: #EC2A32; /* Set the color of the blinking text */
  text-shadow: 0 0 10px #ec2a30be;
  z-index: 1000 !important;
}