body {
	background-color: rgb(0, 0, 0);
	text-align: center;
	margin-top: 10px;
}

.col-auto {
	padding: 0;
}

h2 {
	text-align: center;
	color: rgb(255, 255, 0);
	margin-top: 16px;
}

hr {
	width: 90%;
	border-color: rgba(255, 255, 255, 0.4);
}

#top {
	margin-top: 16px;
	margin-bottom: 16px;
}

#top a, #top a:hover {
	color: rgb(255, 255, 0);
	text-decoration: underline;
}
