body {
	background-color: #f5f5f5;
	color: #121212;
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}