.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 100px;
}

body {
	color: #423f3f;
	text-align: center;
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 20px;
	font-weight: bold;
	margin-top: 100px;
}