/* Styling for the body */
header {
	text-align: center;
	background-color: #949494;
	font-family: Courier New, monospace;
	font-size: 20px;
}

body {
	text-align: center;
	background-color: #949494;
	font-family: Courier New, monospace;
	font-size: 20px;
}

/* Styling for the page title */
h1 {
	text-align: center;
	margin-top: 50px;
}
