@charset "utf-8";

body{
background-color: pink;
}

#fecha {
color: #0B610B;
font-family: 'Caesar Dressing';
font-weight: lighter;
font-style: italic;
font-size: 1em;
background-color: white;

}

h1{
background-color: white;
}

h2 {
background-color:white;
}

.formato {
background-color: #EA4763;
}

nav {
background-color: #F258A9;
}

header {
text-align: center;
}

article {
text-align: justify;
}

.p1 {
color:#7C2B9B;
text-align: center;
}

@font-face{
font-family: "Italica";
src: url('FiraSans-UltraItalic.otf');
}

@font-face {
font-family: "Medio";
src: url('FiraSans-MediumItalic.otf');
}

h1 {
font-family: Italica;
}

h2 {
font-family: Medio;
}

footer {
Font-variant: small-caps;
}

@font-face {
font-family: Normal;
src: url('FiraSans-BookItalic.otf');
}

p {
font-family: Normal;
}

