.center {
    display: block;
	text-align:center;
	font-size:30px;
    margin-left: auto;
    margin-right: auto;
}