svg{
  background-color: #ece7e5;
}
/*animate title*/
.berhal{
  animation: firingel 14s infinite;
}
@keyframes firingel {
  0% {fill: #000000} 25% {fill: #d7dbdf} 50%{fill: #697852}  75% {fill: #d7dbdf} 100% {fill: #000000}
}
.notarg{
  animation: perel 7s infinite;
}
@keyframes perel {
0% {fill: #000000} 12% {fill: #d7dbdf} 24% {fill: #6e4c09} 50%{fill: #60948a} 76%{fill: #6e4c09}  88% {fill: #d7dbdf} 100% {fill: #000000}
}

.dilinga{
 stroke-color: #f7f134; fill: #3a4985;
 animation: flerk 7s infinite;
}
@keyframes flerk {
  0% {fill: #000000} 50% {fill: #f7f134} 100% {fill: #000000 }
}

.lightning{
  stroke: #2c249c;
  filter: url(#lightMagic);
}

.lineLife{
  stroke: #eff222; stroke-width: 0.5;
  fill: green;
}
