body{
	width: 750px;
	text-align: center;
}
h1{
	color:black;
	font-family: Caflisch Script, Adobe Poetica, Sanvito, Ex Ponto, Snell Roundhand, Zapf-Chancery, cursive;
	font-weight:bold;
/*	text-align: center; */
}
h2{
	color:#B027F5;
	font-family: Caflisch Script, Adobe Poetica, Sanvito, Ex Ponto, Snell Roundhand, Zapf-Chancery, cursive;
	font-weight:bold;
/*	text-align: center; */
}
form{
	border: 1px solid violet;
	padding:10px;
	background-color:#B027F5;
}
p{
	width:500px;
	padding-left: 305px;
	text-align: left;
	vertical-align: top;
}
label.left{
	float: left;
	margin-left: -305px;
	font-weight:bold;
}

button {
            background-color: #C27AFF;
            color: #fff;
            padding: 10px;
           /* border: none;*/
            cursor: pointer;
			font-weight: bold;
			text-align: center;
			border-radius: 30px;
        }

