@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

.texto {
	color:red;
	font-family: 'Baloo Tammudu', cursive;
	font-size:30px;
	width:450px;
	margin:0px auto 0px auto;
	text-align:center;
}