@font-face{
	font-family:"Fuentes";
	src:url("../fonts/Black Jack Script.ttf");
}

body {
  	text-align:center;
	background-color: rgb(255,204,153);
	
}

.Hola {
	margin:auto;
	width:300px;
	font-size:15px;
	line-height:2px;
	width: 204px;
}


h1 {
	font-family:"Fuentes";
	margin:5%;
	font-size:60px;
	text-align: center;
}




h2 {
	font-family:"Fuentes";
	font-size:35px;
	text-align: center;
}

fieldset{
	font-size:18px;
}
legend{
	font-size:28px;
	text-decoration:underline;
	color:#ffffff;
	background:#ffbf80;
}

