@charset "UTF-8";
/* CSS Document */
.container {
	width: 1024px;
	margin: 0 auto;
	font-size: large;
	font-family: questrial;
	font-style: normal;
	font-weight: 400;
}

body {
	color: #000000;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(169,76,108,1.00) 100%), url(IMG_3409.jpg);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(169,76,108,1.00) 100%), url(IMG_3409.jpg);
	clear: both;
	float: none;
	overflow-y: auto;
	text-align: left;
	font-size: 1em;
}

h1 {
	font-family: ‘Frijole’, cursive; 
	text-align: center;
	font-size: 5em;
	color:#ED8D07;

}

h2 {
	color:#000000;
	text-align: center;
}
