body {
	background-color: black;
	color: black;
	font-size: 15px;
}

.text {
	position: absolute;
	top: 40%;
	left: 50%;
	translate: -50% -50%;
	font-size: 15px;
}

.center {
	position: absolute;
	align: center;
	left: 50%;
	top: 10%;
	translate: -50% -50%;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
}

.dark {
	color: white;
}

a {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: white;
}
