svg{
  background-color: #FFFFFF;border: 2px solid red;
}
.titlik{
  animation: herl 7s infinite;
}
@keyframes herl {
  0%{fill:#000000} 50%{fill: green} 100%{fill: #000000}
}
button{
  margin-left: 7px; margin-right: 7px;
}
.container{
  border: 7px double #ffffa6; width: 95%; margin-left: auto;margin-right: auto; text-align: center; background-color: #f2f5f5; border-radius: 11%;padding-top: 7px;padding-bottom: 7px;
}
iframe{
  text-align: center;
}
.tergala{
animation: firal 7s 777;
}
@keyframes firal {
  0% {fill: #000000} 12% {fill: #d7dbdf} 24% {fill: #6e4c09} 50%{fill: #60948a} 76%{fill: #6e4c09}  88% {fill: #d7dbdf} 100% {fill: #000000}
}
.fromRightAnonce{
position: absolute; margin-left: 1.7%; margin-top: 9%;color: #487878;background-color: #FFFFFF;border-radius: 36px;padding-left: 7px;padding-right: 7px; width: 25%; -webkit-user-select: none;
  -moz-user-select: none;  -ms-user-select: none; user-select: none;  padding-bottom: 7px;
}
