body {
	margin: 0;
	font-family: Arial, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #000000;
}

.container {
	text-align: center;
}

h1 {
	color:#ffffff;
	font-size: 1.8em;
	margin-bottom: 20px;
}

p {
	color:#e3e3e3;
	font-size: 1em;
	margin-bottom: 30px;
}
