@charset "utf-8";
body {
	background-color: #96245A;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #E287B3;
	margin-top: 300px;
	text-align: center;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
