@keyframes highlight {
  0% {
    background-color: rgba(251, 146, 60, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
