@keyframes blink {
  0% {
    border-right: 2px solid var(--txt);;
  }
  100% {
    border-right: none;
  }
}
