span#typewriter-core {
    border-right: 2px solid;
    border-color: #fff;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}