.titulo{
	color: blue;
	background: #fcba03;
	padding: 0.5%;
	font-family: 'Bangers', cursive;
	text-align: center;
	font-size: 70px;
	
}


.texto{

	color: blue;
	font-family: 'Kalam', cursive;
	text-align: center;
	font-size: 30px;
}


.fondo{

	padding: 10px;
	margin-top: 5%;
	margin-right: 180px;
	margin-left: 180px;
	background: #fcba03;
	opacity: 0.5;
  	 
}