@charset "UTF-8";
/* EUREKA */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/7.gif");
	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;
}