body{
	color: white;
	background-color: #191920;
	padding: 0px;
	margin: 0px;
	font-family: "Saira";
}

.page-body{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100vh;
}

.welcome-message{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("images/grid-fade.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	width: 100%;
	max-width: 1000px;
	margin: 48px;

}

.stay-tuned{
	text-align: center;
}