/*
body {
	background-image: url("bg.jpg"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
*/

.center-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Full viewport height */
}