

html{
	background: url(mount.jpg) no-repeat center center fixed;
	background-size: cover;
}



body {
 	height: 100%;
 
 
}



.page {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container {

		
		text-align: center;
		top: 50%;	
		padding: 60ojpx 0px 60px 0px;

}
