@charset "UTF-8";
/* THINKING ZONE */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/NavajoLaberythm.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
h1 {
	text-align: center;
	font-size: 2em;
}
h2 {
	text-align: center;
	font-size: 1.5em;
}
.texto1 {
	column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid;
	padding: 20px;
}

iframe {
	width: 100%;
	height: 320px;
	margin: 0 auto;
}

.esquema {
	display: flex;
  	align-items: center;
}