.typing-word {
    border-right: 3px solid #ffffff;
    white-space: nowrap;
    display: inline-block;
    padding-right: 2px;
    animation: blink-cursor-7620e527 0.75s step-end infinite;
}

@keyframes blink-cursor-7620e527 {
    from, to { border-color: transparent }
    50% { border-color: #ffffff; }
}