
@keyframes blinkWhite-e1dcfdd6 {
0% {
    color: #000;
}
to {
    color: red;
}
}
@keyframes blinkDark-e1dcfdd6 {
0% {
    color: #fff;
}
to {
    color: red;
}
}
div>p[data-v-e1dcfdd6] {
  animation: blinkWhite-e1dcfdd6 1s infinite alternate;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
