@charset "UTF-8";
/* CSS Document */
/* Google Fonts */
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

h7 { 
    font: bold 300% Consolas, Monaco, monospace;
    border-right: .1em solid gray;
    width: 16.5em; 
    width: 21ch;
    margin: 2em 1em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: typing 7s steps(21, end),
               blink-caret .5s step-end infinite alternate;
}