svg{
  background-color: #fafaf5;
  border: double #9c0e3b 4px;
  width: 97%; margin-left: auto;margin-right: auto;border-radius: 36px;
}
.ferindsu{
  animation: grip 7s infinite;
}
@keyframes grip {
    0%{fill: #9c0e3b} 25%{fill: #378724}  50%{fill: #59cbd4} 75%{fill: #378724}  100%{fill: #9c0e3b}
}
.desappare{
  animation: desape 7s infinite;
}
@keyframes desape {
    0%{fill: #fafaf5} 35%{fill: #378724}  50%{fill: #59cbd4} 75%{fill: #378724}  100%{fill: #fafaf5}
}
.grejil{
  fill: #4d90ab;
  stroke-width: 0.5;
  stroke-color: #c0c439;
}
