


.container{
	height: 100vh; /* Full viewport height */
	display: flex;
	background-color: gray;
	justify-content: center;
	align-items: center;
}

h1{
	color: white;
}