main {
	background-image: url('../image/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 400px;
	margin-top: 100px;
}
main h1 {
	color: white;
	text-align: center;
	padding-top: 300px;

}