#typewriter-text {
  font-family: 'Courier New', monospace;
  font-size: 1.25rem;
  color: #ccc;
  border-right: 2px solid #000000;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  animation: blink 0.7s step-end infinite;
  display: inline-block;
  max-width: 100%;
  line-height: 1.75;
}

