body {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-family: 'Arial', sans-serif;
	a {
		color: orange;
	}
}

section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
}