@font-face{
    font-family: 'FascinateInline';
    src: url("/fuentes/Fascinate_Inline/FascinateInline-Regular.ttf") format("opentype"); 
}
@font-face {
    font-family: PermanentMarker;
    src: url("/fuentes/Permanent_Marker/PermanentMarker-Regular.ttf");
}
@font-face {
    font-family: OpenSansItalic;
    src: url(/fuentes/Open_Sans/OpenSans-Italic-VariableFont_wdth\,wght.ttf);
}
body{
    background-color: #eca;
}
h1{
    font-family: FascinateInline;   
    text-transform: uppercase;
    letter-spacing: 15px;
    text-align: center;
}
h2{
font-family: PermanentMarker;
font-style: italic;
}
p{
    color: white;
    font-family: OpenSansItalic;
    text-align: end;
    font-size: 20px;
}
p.subtitulo{
    text-align: center;
    color: black;
    font-style: italic;
    font-size: smaller;
    padding-top: 20px;
    padding-left: 150px;
    padding-right: 150px;
}
a.bold{
    font-weight: bold;
}
a.underline{
    text-decoration: underline;
}

