body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgb(65, 204, 255);
}
h1{
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}
h2{
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
}
a{
	color: rgb(176, 91, 255);
}
a:hover{
	color: rgb(145, 28, 255);
}
a:visited{
	color: rgb(0, 80, 28);
}