body{
	background-image: url('bg.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;

    justify-content: center;

    align-items: center;

    height: 80vh;

    flex-direction: column;
}

#bg-test {
	width: 80%;
	min-height: 44em;
	margin: auto;
	
	

}

