svg{
  background-color: #fffdfc;
  border: double #9c0e3b 4px;
width: 97%; margin-left: auto;margin-right: auto;border-radius: 36px;
}
#herta{
  animation: biho 7s infinite;
}
@keyframes biho {
  0%{ fill:#000000}  50%{fill:#db8a18}  100%{ fill:#000000}
}
.lopengo{
  animation: holaren 7s infinite;
}
@keyframes holaren {
    0%{fill: #ad8310} 25%{fill: #c7d442}  50%{fill: #4b5fb8} 75%{fill: #c7d442}  100%{fill: #ad8310}
}
