﻿
.typewriter {
    display:inline-block;
    margin:0 auto;
    padding: 0;
}





 h1 {
        font-size: 3.5rem;
    }

@keyframes typing {
    from {width: 0}
    to {width: 100%}
}

@keyframes blink-caret {
    from,to{border-color: transparent}
    50% {border-color:lightgrey};
}
