/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2026 | 00:47:26 */
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

h6 { 
	font: bold 300% "DINCondensed", Consolas, Monaco, monospace;
	border-right: .1em solid #5482c8;
	width: 16.5em; 
	width: 40ch;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 3.5em;
	-webkit-animation: typing 2s steps(21, end),
	           blink-caret .5s step-end infinite alternate;
}