svg{
  background-color: ##fefcff;
  border: inset #3a0b52 4px;
width: 97%; margin-left: auto;margin-right: auto;border-radius: 36px;
}
.hereland{
  animation: freiz 7s infinite;
}
@keyframes freiz {
  0%{fill: #ad8310} 25%{fill: #39d4ce}  50%{fill: #4b5fb8} 75%{fill: #39d4ce}  100%{fill: #ad8310}
}
.feretal{
  animation: yugo 7s infinite;
}
@keyframes yugo {
  0%{fill: #861ac9} 25%{fill: #39d4ce}  50%{fill: #52cc76} 75%{fill: #39d4ce}  100%{fill: #861ac9}
}
