body, html {
	
	background-color: #F7F3EE;
	height: 100%;
	
}


#main {
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 4%;
	box-sizing: border-box;

}