html {
	background-color: black;
	font-family: Courier New;
    color:aliceblue
}

#under_construction {
	width: 800px;
	border: solid orange 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-top: 150px;
}