@keyframes removeQueuer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.35;
  }
}
