<!doctype html>
			<html>
			<head>
			<style>
			body {
				margin: 0;
				background-color: black;
				color: white;
				display: grid;
				min-height: 100vh;
				justify-content: center;
				align-items: center;
			}
			</style>
			</head>
			<body>
			Hello Traveler
			</body>
			</html>
			