#blog h3, h4 {
	text-align: center;
}

#blog .contenedor{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#blog article {
	margin: 10px;
}

#blog img {
	width: 100%;
	max-width: 5 px;
}

