html {
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
}

#container {
	display: block;
	margin-top: 4%;
	width: 50%;
	color: red;
	font-size: 260%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

