
body {
	background-color:#fff;	
}

.container {
	width: 100%
	min-height: 100vh;
	text-align: center;
	color: #fff;
	background-image: url('/images/sum_wbg_01.webp');
	background-size: cover;
	background-position: left bottom;
}

.container h1 {
	line-height: 200px;
}

.empty_block {
	width: 100%;
	height: 50px;
}

.content {
	
}

.content p {
	padding-bottom: 100px;
	color: #FFF;
}
