<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	font-family: 'Avenirdelgada';
}

#particles-js{
	background: url(imagenes/f-2.jpg);
	background-position: center;
	background-attachment: initial;
	background-size: cover;
	width: 100%;
	
} 
.ancho-letras{
	top: 77px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.letras-slider{
	width: 80%;
	margin: auto;
}
.letras-slider h1{
	color:  #9aea4a;
     text-shadow: 5px 5px 7px black;
	font-family: pala;
	font-size: 70px;
    
    
}
.letras-slider p{
	color: #fff;
    
    box-shadow: 6px 6px 6px black;
    text-shadow: 2px 2px 4px black;
 
    
   
    text-align: center;
    
	font-size: 27px;
	font-family: Avenirdelgada;
    
	
}

.nj{
    padding-top: 2em;
    width: 9em;
}

@font-face{
	font-family: 'avenirdelgada';
	src: url(fuentes/Avenirdelgada.otf);
}
</pre></body></html>