html {
	background-color: #333333;
	color: #eeeeee;
	font-family: monospace;
}

a {
	color: #eeeeee;
	text-decoration: none;

}
.centered-content-div {
	width: 64rem;
	height: 99%;
	margin: auto;
	}

.centered-content {
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 99vh;
	font-size: 4rem;
}
