.center {
    display:block;
    width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
}
.text {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
