@charset "UTF-8";
/* INCERTIDUMBRE */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/mago1.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;
}
.texto2 {
	width: 50%;
	color:indianred;
	margin:auto;
	background-color: bisque;
	padding: 10px;
	border-radius: 15px;
}

