.flas-yazi {
  animation: yanipSoner 5s infinite;
}

@keyframes yanipSoner {
  0%, 300% { opacity: 1; }
  10% { opacity: 0; }
}