html, body{
	height: 100%;
	width: 100%;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #000;
	color: #c0c0c0;
}
h1{
	font-size: 5em;
}
h2{
	font-size: 2.5em;
}
.par{
	font-size: 1.2em;
	margin-bottom: 0;
}
#par1{
	margin-top: 2em;
}
#par3{
	margin-top: .6em;
	font-size: 1.1em;
}
a{
	color: #A9A9A9;
}
a:hover, a:focus{
	color: #c0c0c0;
	text-decoration: none;
}
