body, html {
	background: #fff;
	display: flex;
	margin: 0;
	height: 100%;
	width: 100%;
}

.main-container {
	width: 100%;
	height: 100%;
	text-align: center;
}

.main-image {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}