@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Satisfy&display=swap');
body {
	font-family: "Satisfy", cursive;
	font-size: 1.3em;
	font-weight: 400;
	font-style: normal;
background: #F4F6F7;
}

h1, h2 {
	font-family: "Satisfy", cursive;
	font-size: 1.7em;
	font-weight: bold;
	font-style: normal;
text-align: center;
}

.logito {
	border-radius: 50%;
}


p {
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
}

a {
color: DodgerBlue;
font-weight: bold;
text-decoration: none;
}

a:hover {
	color: OrangeRed;
}

img, video {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.contenido-central {
 width: 98%;
 padding: 20px 20px 20px 20px;
 border: 3px solid #dddddd;
 margin: 30px auto 0 auto;
}

.articulodescripcion {
	background: white;
	padding: 12px 8px;
}

.articuloestilo {
	background: antiquewhite;
	padding: 12px 8px;
}

.fechablog {
	color: blueviolet;
	font-size: 16px;
}


.leermas {
	color: blueviolet;
}

.categoriablog {
	color: salmon;
}

.tagblog {
	color: darkgoldenrod;
}
