body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

h1 {
	font-size: 3em;
	margin-bottom: 0.5em;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	margin: 0.5em 0;
	text-align: center;
}

a {
	color: #adf;
	text-decoration: none;
	font-size: 1.5em;
}

a:hover {
	text-decoration: underline;
}
