<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @font-face {
    font-family: "kaushan_scriptregular";
    src: url('../fonts/kaushanscript-regular-webfont.eot');
    src: url('../fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kaushanscript-regular-webfont.woff') format('woff'),
         url('../fonts/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

    h1{
		color:#F60;
		font-size:50px;
		margin:0.25em auto;/*arriba-abajo  lados auto es para centrar*/
		text-align:center;
		text-shadow:5px 5px 10px rgba(128,128,128,05);
		padding:5px;
		list-style:none;
		font-family: "kaushan_scriptregular";
		}</pre></body></html>