body {
	background-color: #202336;
	color: #eaeaea;
	font-family: 'Segoe UI', Arial, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
}

p {
	font-size: 20px;
	text-align: center;
}

a {
	color: #a3cef1;
	text-decoration: underline;
	transition: color 0.2s, text-shadow 0.2s;
}

a:hover {
	color: #f9bc60;
	text-decoration: none;
	text-shadow: 0 0 8px #f9bc6033;
}
