.no-underline {
    text-decoration: none;
}

 .typing-text {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 0.5rem;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      border-right: 2px solid #000;
      width: fit-content;
    }