/* Add custom CSS styles below */ 
* {
  direction: rtl;
}

.announcement-bar * {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeMove 12s linear infinite;
}