@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);body{background-color:#101010}div{position:absolute;top:50%;right:0;left:0}p{border-right:solid 3px rgba(133,133,133,.75);white-space:nowrap;overflow:hidden;font-family:'Source Code Pro',monospace;font-size:30px;color:rgba(217,217,217,.7);margin:0 auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}p{animation:animated-text 1s steps(26,end) 1.5s 1 normal both,animated-cursor .6s steps(26,end) infinite}@keyframes animated-text{from{width:0}to{width:468px}}@keyframes animated-cursor{from{border-right-color:rgba(133,133,133,.75)}to{border-right-color:transparent}}